Skip to content

rodluger/everest

Repository files navigation

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.