Run¶
- 
class lsst.daf.butler.Run(collection, environment=None, pipeline=None, *args, **kwargs)¶
- Bases: - lsst.daf.butler.core.execution.Execution- Represent a processing run. - Parameters: - collection : str
- A Collection name with which all Datasets in this Run are initially associated, also used as a human-readable name for this Run. 
- environment : DatasetRef
- A reference to a dataset that contains a description of the software environment (e.g. versions) used for this Run. 
- pipeline : DatasetRef
- A reference to a dataset that contains a serialization of the SuperTask Pipeline used for this Run (if any). 
 - Attributes Summary - collection- endTime- environment- host- id- pipeline- startTime- Attributes Documentation - 
collection¶
 - 
endTime¶
 - 
environment¶
 - 
host¶
 - 
id¶
 - 
pipeline¶
 - 
startTime¶
 
- collection :