Code EngineΒΆ
The modules below house all of the mission-independent routines for de-trending light curves. The core of the code is in basecamp and detrender. The classes implemented in these two modules call the rest of the code below. For mission-specific routines, which include downloading and pre-processing the raw data and formatting the final output, see missions.
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