|
lsst.pipe.base
19.0.0-17-g9c22e3c+5
|
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 122 of file graphBuilder.py.
| def lsst.pipe.base.graphBuilder._DatasetScaffoldingDict.__init__ | ( | self, | |
| args, | |||
| universe | |||
| ) |
Definition at line 135 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 187 of file graphBuilder.py.
| def lsst.pipe.base.graphBuilder._DatasetScaffoldingDict.fromDatasetTypes | ( | cls, | |
| datasetTypes | |||
| ) |
Definition at line 140 of file graphBuilder.py.
| def lsst.pipe.base.graphBuilder._DatasetScaffoldingDict.fromSubset | ( | cls, | |
| datasetTypes | |||
| ) |
Definition at line 162 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 196 of file graphBuilder.py.
| lsst.pipe.base.graphBuilder._DatasetScaffoldingDict.universe |
Definition at line 137 of file graphBuilder.py.
1.8.13