Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 2.17 KB

README.md

File metadata and controls

58 lines (48 loc) · 2.17 KB


A Python noise model for directly imaging exoplanets with coronagraph equipped telescopes.

Documentation

Please refer to the code documentation for examples, API, and more.

Installation

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

Citation

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},
}