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

https://github.com/rodluger/everest

De-trending of K2 Light curves
https://github.com/rodluger/everest

exoplanet-transits exoplanets k2-data-science k2-light-curves kepler photometry

Last synced: 6 months ago
JSON representation

De-trending of K2 Light curves

Awesome Lists containing this project

README

        











EPIC Variability Extraction and Removal for Exoplanet Science Targets: A pipeline for de-trending K2 light curves with pixel level decorrelation and Gaussian processes. Here you'll find the Python code used to generate the EVEREST catalog, as well as tools for accessing and interacting with the de-trended light curves.

To install the latest EVEREST release (**2.0.12**):


pip install everest-pipeline

You can also install the current development version of EVEREST (**2.0.12**) from source:


git clone https://github.com/rodluger/everest

cd everest
python setup.py install --user

For more information on how to install and use EVEREST, please refer to the documentation.