.. coronagraph documentation master file, created by sphinx-quickstart on Sun Mar 11 11:30:49 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. coronagraph =========== .. image:: https://img.shields.io/badge/GitHub-jlustigy%2Fcoronagraph-blue.svg?style=flat :target: https://github.com/jlustigy/coronagraph .. image:: https://joss.theoj.org/papers/10.21105/joss.01387/status.svg :target: https://doi.org/10.21105/joss.01387 .. image:: http://img.shields.io/travis/jlustigy/coronagraph/master.svg?style=flat :target: http://travis-ci.org/jlustigy/coronagraph .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat :target: https://github.com/jlustigy/coronagraph/blob/master/LICENSE .. image:: https://coveralls.io/repos/github/jlustigy/coronagraph/badge.svg?branch=master&style=flat :target: https://coveralls.io/github/jlustigy/coronagraph?branch=master A Python noise model for directly imaging exoplanets with a coronagraph-equipped telescope. The `original IDL code `_ for this coronagraph model was developed and published by Tyler Robinson and collaborators (`Robinson, Stapelfeldt & Marley 2016 `_). This open-source Python version has been expanded upon in a few key ways, most notably, the :class:`Telescope`, :class:`Planet`, and :class:`Star` objects used for reflected light coronagraph noise modeling can now be used for transmission and emission spectroscopy noise modeling, making this model a general purpose exoplanet noise model for many different types of observations. To get started using the ``coronagraph`` noise model, take a look at the `Quickstart `_ tutorial and the `examples `_. For more details about the full functionality of the code see the `Application Programming Interface (API) `_. If you use this model in your own research please cite `Robinson, Stapelfeldt & Marley (2016) `_ and `Lustig-Yaeger, Robinson & Arney (2019) `_. Documentation ============= .. toctree:: :maxdepth: 2 .. overview install Quickstart examples scripts api Github Submit an issue Indices and Tables ================== * :ref:`genindex` * :ref:`modindex`