Definition at line 291 of file config.py.
◆ dimensions()
def lsst.pipe.base.config._GlobalDatasetTypeConfig.dimensions |
( |
|
self | ) |
|
|
inherited |
Dimensions associated with this DatasetType (always empty).
Definition at line 282 of file config.py.
◆ name
lsst.pipe.base.config._BaseDatasetTypeConfig.name |
|
staticinherited |
Initial value:= pexConfig.Field(dtype=str,
doc="name of the DatasetType")
Definition at line 222 of file config.py.
◆ nameTemplate
lsst.pipe.base.config._BaseDatasetTypeConfig.nameTemplate |
|
staticinherited |
Initial value:= pexConfig.Field(dtype=str,
default='',
optional=True,
doc=("Templated name of string, used to set name "
"field according to a shared substring when "
"`~PipelineTaskConfig.formatTemplateNames` "
"is called"))
Definition at line 226 of file config.py.
◆ storageClass
lsst.pipe.base.config._BaseDatasetTypeConfig.storageClass |
|
staticinherited |
Initial value:= pexConfig.Field(dtype=str,
doc="name of the StorageClass")
Definition at line 224 of file config.py.
The documentation for this class was generated from the following file: