Execution¶
-
class
lsst.daf.butler.Execution(startTime=None, endTime=None, host=None, id=None)¶ Bases:
objectAny step in a production.
- Parameters
- startTime
datetime The start time for the execution. May have a different interpretation for different kinds of execution.
- endTime
datetime The end time for the execution. May have a different interpretation for different kinds of execution.
- host
str The system on which the execution was run. May have a different interpretation for different kinds of execution.
- id
int, optional Unique integer identifier for this Execution. Usually set to
None(default) and assigned byRegistry.addExecution.
- startTime
Attributes Summary
Attributes Documentation
-
endTime¶
-
host¶
-
id¶
-
startTime¶