rodluger / everest

De-trending of K2 Light curves
https://rodluger.github.io/everest
MIT License
40 stars 10 forks source link
exoplanet-transits exoplanets k2-data-science k2-light-curves kepler photometry

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.