|
lsst.pipe.base
16.0-24-g3eae5ec
|
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 | ) |
1.8.13