QuantumNode¶
- class lsst.pipe.base.QuantumNode(quantum: Quantum, taskDef: TaskDef, nodeId: UUID)¶
Bases:
object
Class representing a node in the quantum graph.
The
quantum
attribute represents the data that is to be processed at this node.Methods Summary
from_simple
(simple, taskDefMap, universe[, ...])to_simple
([accumulator])Methods Documentation
- classmethod from_simple(simple: SerializedQuantumNode, taskDefMap: dict[str, lsst.pipe.base.pipeline.TaskDef], universe: DimensionUniverse, recontitutedDimensions: dict[int, tuple[str, lsst.daf.butler.core.dimensions._records.DimensionRecord]] | None = None) QuantumNode ¶
- to_simple(accumulator: DimensionRecordsAccumulator | None = None) SerializedQuantumNode ¶