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
- Host: GitHub
- URL: https://github.com/rodluger/everest
- Owner: rodluger
- License: mit
- Created: 2016-04-19T16:59:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T13:26:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-03T02:42:21.586Z (7 months ago)
- Topics: exoplanet-transits, exoplanets, k2-data-science, k2-light-curves, kepler, photometry
- Language: Python
- Homepage: https://rodluger.github.io/everest
- Size: 154 MB
- Stars: 40
- Watchers: 12
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.