lightkurve.TargetPixelFileCollection#

class lightkurve.TargetPixelFileCollection(tpfs)[source]#

Class to hold a collection of TargetPixelFile objects.

Parameters
tpfslist or iterable

List of TargetPixelFile objects.

__init__(tpfs)[source]#

Methods

__init__(tpfs)

append(obj)

Appends a new object to the collection.

plot([ax])

Individually plots all TargetPixelFile objects in a single matplotlib axes object.

Attributes

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.