lsst.pipe.base
16.0-22-g76b0903
|
Public Member Functions | |
def | __init__ (self, iterable=None) |
def | quanta (self) |
def | getDatasetTypes (self, initInputs=True, initOutputs=True, inputs=True, outputs=True) |
Public Attributes | |
initInputs | |
initOutputs | |
QuantumGraph is a sequence of QuantumGraphNodes objects. Typically the order of the tasks in the list will be the same as the order of tasks in a pipeline (obviously depends on the code which constructs graph). Parameters ---------- iterable : iterable of :py:class:`QuantumGraphNodes` instances, optional Initial sequence of per-task nodes.
def lsst.pipe.base.graph.QuantumGraph.__init__ | ( | self, | |
iterable = None |
|||
) |
def lsst.pipe.base.graph.QuantumGraph.getDatasetTypes | ( | self, | |
initInputs = True , |
|||
initOutputs = True , |
|||
inputs = True , |
|||
outputs = True |
|||
) |
def lsst.pipe.base.graph.QuantumGraph.quanta | ( | self | ) |