Quantum¶
-
class
lsst.daf.butler.Quantum(task, run, *args, **kwargs)¶ Bases:
lsst.daf.butler.core.execution.ExecutionA discrete unit of work that may depend on one or more datasets and produces one or more datasets.
Most Quanta will be executions of a particular
SuperTask’srunQuantummethod, but they can also be used to represent discrete units of work performed manually by human operators or other software agents.Parameters: