lightkurve.LightCurveCollection#

class lightkurve.LightCurveCollection(lightcurves)[source]#

Class to hold a collection of LightCurve objects.

Attributes
lightcurvesarray-like

List of LightCurve objects.

__init__(lightcurves)[source]#

Methods

__init__(lightcurves)

append(obj)

Appends a new object to the collection.

plot([ax, offset])

Plots all light curves in the collection on a single plot.

stitch([corrector_func])

Stitch all light curves in the collection into a single LightCurve.

Attributes

PDCSAP_FLUX

Deprecated since version 2.0.

SAP_FLUX

Deprecated since version 2.0.

campaign

(K2-specific) the campaigns of the lightcurves / target pixel files.

quarter

(Kepler-specific) the quarters of the lightcurves / target pixel files.

sector

(TESS-specific) the quarters of the lightcurves / target pixel files.