Definition at line 254 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 238 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 217 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 221 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 240 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 219 of file config.py.
The documentation for this class was generated from the following file: