DatasetAssociation¶
-
class
lsst.daf.butler.DatasetAssociation(ref: lsst.daf.butler.core.datasets.ref.DatasetRef, collection: str, timespan: Optional[lsst.daf.butler.core.timespan.Timespan, None])¶ 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
collectionName of a collection ( str).refResolved reference to a dataset ( DatasetRef).timespanValidity 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).
-