A Python noise model for directly imaging exoplanets with coronagraph equipped telescopes.
Please refer to the code documentation for examples, API, and more.
The simplest option is to install using pip
:
pip install coronagraph
Users may also clone the repository on Github:
git clone https://github.com/jlustigy/coronagraph.git
cd coronagraph
python setup.py
If you use this model in your own research please cite Robinson, Stapelfeldt & Marley (2016) and Lustig-Yaeger, Robinson & Arney (2019).
@article{Lustig2019coronagraph,
journal = {Journal of Open Source Software},
doi = {10.21105/joss.01387},
issn = {2475-9066},
number = {40},
publisher = {The Open Journal},
title = {coronagraph: Telescope Noise Modeling for Exoplanets in Python},
url = {http://dx.doi.org/10.21105/joss.01387},
volume = {4},
author = {Lustig-Yaeger, Jacob and Robinson, Tyler D. and Arney, Giada},
pages = {1387},
date = {2019-08-23},
year = {2019},
month = {8},
day = {23},
}