lightkurve.LightCurveCollection#
- class lightkurve.LightCurveCollection(lightcurves)[source]#
Class to hold a collection of LightCurve objects.
- Attributes:
- lightcurvesarray-like
List of LightCurve objects.
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