Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jlustigy/coronagraph

A Python noise model for directly imaging exoplanets
https://github.com/jlustigy/coronagraph

astronomy coronagraph exoplanets spectroscopy

Last synced: 21 days ago
JSON representation

A Python noise model for directly imaging exoplanets

Awesome Lists containing this project

README

        





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







Documentation
=============

Please refer to the [code documentation](https://jlustigy.github.io/coronagraph/) for examples, API, and more.

Installation
============

The simplest option is to install using `pip`:

```bash
pip install coronagraph
```

Users may also clone the repository on Github:

```bash
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)](https://ui.adsabs.harvard.edu/abs/2016PASP..128b5003R/abstract) and [Lustig-Yaeger, Robinson & Arney (2019)](http://joss.theoj.org/papers/29a123d0178ea95da358dafc0282e8f7).

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