lightkurve.TargetPixelFileCollection#
- class lightkurve.TargetPixelFileCollection(tpfs)[source]#
Class to hold a collection of
TargetPixelFileobjects.- Parameters:
- tpfslist or iterable
List of
TargetPixelFileobjects.
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