Definition at line 238 of file config.py.
◆ dimensions
lsst.pipe.base.config._DatasetTypeConfig.dimensions |
|
staticinherited |
Initial value:= pexConfig.ListField(dtype=str,
doc="list of Dimensions for this DatasetType")
Definition at line 222 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 208 of file config.py.
◆ scalar
lsst.pipe.base.config._DatasetTypeConfig.scalar |
|
staticinherited |
Initial value:= pexConfig.Field(dtype=bool,
default=False,
optional=True,
doc=("If set to True then only a single dataset is expected "
"on input or produced on output. In that case list of "
"objects/DataIds will be unpacked before calling task "
"methods, returned data is expected to contain single "
"objects as well."))
Definition at line 224 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 210 of file config.py.
The documentation for this class was generated from the following file: