DatasetAssociation¶
-
class
lsst.daf.butler.DatasetAssociation(ref:lsst.daf.butler.DatasetRef, collection: str, timespan: Optional[lsst.daf.butler.Timespan])¶ Bases:
objectClass representing the membership of a dataset in a single collection.
One dataset is associated with one collection, possibly including a timespan.
Attributes Summary
Name of a collection (
str).Resolved reference to a dataset (
DatasetRef).Validity range of the dataset if this is a
CALIBRATIONcollection (TimespanorNone).Attributes Documentation
-
ref¶ Resolved reference to a dataset (
DatasetRef).
-
timespan¶ Validity range of the dataset if this is a
CALIBRATIONcollection (TimespanorNone).
-