The CodeΒΆ
The everest
code is written entirely in Python. Broadly speaking,
it has three different parts: a user-facing module, a main
de-trending engine, and mission-specific routines.
You can check out each of these below.
- Github Project Page
- User Interface
- Code Engine
basecamp.py
- The Everest base classconfig.py
- Misc settingsdetrender.py
- De-trending modelsdvs.py
- Data Validation Summaryfits.py
- FITS conversiongp.py
- Gaussian Processesinject.py
- Transit injectionmasksolve.py
- Solve a masked linear problem quicklymathutils.py
- Math utilspool.py
- Multiprocessingstandalone.py
- Standalone de-trendingtransit.py
- Transit modelsutils.py
- General utils
- Missions