Library for parsimonious modelization of the PSF for astronomy applications.
It includes the Moffat model and the `Psfao` model ( Fétick+2019b, see full reference below) dedicated to a modelization of the AO corrected PSF.
The instruments `ZIMPOL` and `MUSE_NFM` are already implemented, but feel free to add yours. Do not hesitate to contact me (information below) if you wish to contribute and add a major instrument to MAOPPY.
A simple fitting method is provided, however you may use your own as long as you conform with the PSF models calling syntax.
## Version
1.0.0
1.1.0 (May 8th 2020)
## Requires
...
...
@@ -16,7 +23,7 @@ Python 3 or higher version is recommended.
MAOPPY requires the following packages: `numpy`, `scipy`, `astropy`
It is also highly recommanded to have `matplotlib` for running example scripts and Jupyter notebooks
It is also highly recommanded to have `matplotlib` for running example scripts
## Quick start
...
...
@@ -49,7 +56,7 @@ Libraries are now ready to be used in your scripts with commands like `from maop
## Content
***maoppy/**
***example/** _(an example to get started)_
***example/** _(some examples to get started)_
*\_\_init\_\_.py
* config.py _(configuration for MAOPPY library)_
* instrument.py _(load defined optical systems)_
...
...
@@ -61,11 +68,19 @@ Libraries are now ready to be used in your scripts with commands like `from maop
## Authors
* Romain JL. Fétick (LAM)
Romain JL. Fétick (LAM)
romain.fetick@lam.fr
Laboratoire d'Astrophysique de Marseille,
38 rue Frédéric Joliot Curie, 13388 Marseille (France)
## Reference
If you may use the `Psfao` model of this library, here is the reference
[Fétick et al., August 2019, Astronomy and Astrophysics, Vol.628](https://www.aanda.org/articles/aa/abs/2019/08/aa35830-19/aa35830-19.html)