pipelines.py
- Pipeline comparison¶
Routines for retrieving, processing and plotting the light curves generated by different pipelines.
-
everest.missions.k2.pipelines.
get
(ID, pipeline='everest2', campaign=None)¶ Returns the time and flux for a given EPIC ID and a given pipeline name.
-
everest.missions.k2.pipelines.
get_cdpp
(campaign, pipeline='everest2')¶ Computes the CDPP for a given campaign and a given pipeline. Stores the results in a file under “/missions/k2/tables/”.
-
everest.missions.k2.pipelines.
get_outliers
(campaign, pipeline='everest2', sigma=5)¶ Computes the number of outliers for a given campaign and a given pipeline. Stores the results in a file under “/missions/k2/tables/”.
Parameters: sigma (int) – The sigma level at which to clip outliers. Default 5
-
everest.missions.k2.pipelines.
plot
(ID, pipeline='everest2', show=True, campaign=None)¶ Plots the de-trended flux for the given EPIC ID and for the specified pipeline.