Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jlustigy/coronagraph
- Owner: jlustigy
- License: mit
- Created: 2016-01-29T07:12:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T15:16:18.000Z (3 months ago)
- Last Synced: 2024-09-29T09:20:04.161Z (3 months ago)
- Topics: astronomy, coronagraph, exoplanets, spectroscopy
- Language: Python
- Homepage:
- Size: 56.7 MB
- Stars: 6
- Watchers: 8
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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},
}
```