.. _examples: Examples ======== Examples are available in the pyLIMA GitHUB repository, see ref:`installation`. Jupyter notebooks ----------------- To run an example, you can use `Juptyer notebook `_ Click on examples folder : .. figure:: _static/pyLIMA_examples_doc.jpg :align: center Select one of the pyLIMA_example_*.ipynb. Pure Python ----------- You can also run (and edit) classic python file : .. code-block:: python python pyLIMA_example_*.py In short, here is a short description of the examples: - `pyLIMA_example_1 `_: tutorial on fitting - `pyLIMA_example_2 `_: introduction on how to change the default parameters - `pyLIMA_example_3 `_: introduction on simulation - `pyLIMA_example_3b `_: simulation of observations from space - `pyLIMA_example_4 `_: implementation of user own objective function - `pyLIMA_example_5 `_: fitting a planetary event Have fun!