1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
.. _tutorials:
Tutorials
=========
Curious to see an example with a more detailed workflow? There are several Jupyter notebooks with tutorials available:
.. toctree::
:hidden:
tutorials/first_example.ipynb
tutorials/zimpol_adi.ipynb
* :ref:`First example: PSF subtraction with PCA </tutorials/first_example.ipynb>` (:download:`download notebook </tutorials/first_example.ipynb>`)
* :ref:`Non-coronagraphic angular differential imaging </tutorials/zimpol_adi.ipynb>` (:download:`download notebook </tutorials/zimpol_adi.ipynb>`)
The notebooks can also be viewed on `Github <https://github.com/PynPoint/PynPoint/tree/main/docs/tutorials>`_.
|