|
lsst.pipe.base
19.0.0-1-g3dc8cbe
|
Public Member Functions | |
| def | __init__ |
| def | fromDatasetTypes |
| def | fromSubset |
| def | dimensions (self) |
| def | unpackRefs (self) |
Public Attributes | |
| universe | |
Custom dictionary that maps `DatasetType` to `_DatasetScaffolding`.
See `_PipelineScaffolding` for a top-down description of the full
scaffolding data structure.
Parameters
----------
args
Positional arguments are forwarded to the `dict` constructor.
universe : `DimensionUniverse`
Universe of all possible dimensions.
Definition at line 117 of file graphBuilder.py.
| def lsst.pipe.base.graphBuilder._DatasetScaffoldingDict.__init__ | ( | self, | |
| args, | |||
| universe | |||
| ) |
Definition at line 130 of file graphBuilder.py.
| def lsst.pipe.base.graphBuilder._DatasetScaffoldingDict.dimensions | ( | self, | |
| DimensionGraph | |||
| ) |
The union of all dimensions used by all dataset types in this dictionary, including implied dependencies (`DimensionGraph`).
Definition at line 182 of file graphBuilder.py.
| def lsst.pipe.base.graphBuilder._DatasetScaffoldingDict.fromDatasetTypes | ( | cls, | |
| datasetTypes | |||
| ) |
Definition at line 135 of file graphBuilder.py.
| def lsst.pipe.base.graphBuilder._DatasetScaffoldingDict.fromSubset | ( | cls, | |
| datasetTypes | |||
| ) |
Definition at line 157 of file graphBuilder.py.
| def lsst.pipe.base.graphBuilder._DatasetScaffoldingDict.unpackRefs | ( | self, | |
| NamedKeyDict | |||
| ) |
Unpack nested single-element `DatasetRef` lists into a new
dictionary.
This method assumes that each `_DatasetScaffolding.refs` list contains
exactly one `DatasetRef`, as is the case for all "init" datasets.
Returns
-------
dictionary : `NamedKeyDict`
Dictionary mapping `DatasetType` to `DatasetRef`, with both
`DatasetType` instances and string names usable as keys.
Definition at line 191 of file graphBuilder.py.
| lsst.pipe.base.graphBuilder._DatasetScaffoldingDict.universe |
Definition at line 132 of file graphBuilder.py.
1.8.13