Execution

class lsst.daf.butler.Execution(startTime=None, endTime=None, host=None, id=None)

Bases: object

Any step in a production.

Parameters
startTimedatetime

The start time for the execution. May have a different interpretation for different kinds of execution.

endTimedatetime

The end time for the execution. May have a different interpretation for different kinds of execution.

hoststr

The system on which the execution was run. May have a different interpretation for different kinds of execution.

idint, optional

Unique integer identifier for this Execution. Usually set to None (default) and assigned by Registry.addExecution.

Attributes Summary

endTime

host

id

startTime

Attributes Documentation

endTime
host
id
startTime