lsst.pipe.base  17.0.1-5-g3877d06+1
Static Public Attributes | List of all members
lsst.pipe.base.config.OutputDatasetConfig Class Reference
Inheritance diagram for lsst.pipe.base.config.OutputDatasetConfig:
lsst.pipe.base.config._DatasetTypeConfig lsst.pipe.base.config._BaseDatasetTypeConfig

Static Public Attributes

 dimensions
 
 scalar
 
 manualLoad
 
 name
 
 storageClass
 
 nameTemplate
 

Detailed Description

Definition at line 266 of file config.py.

Member Data Documentation

◆ dimensions

lsst.pipe.base.config._DatasetTypeConfig.dimensions
staticinherited
Initial value:
= pexConfig.ListField(dtype=str,
doc="list of Dimensions for this DatasetType")

Definition at line 243 of file config.py.

◆ manualLoad

lsst.pipe.base.config._DatasetTypeConfig.manualLoad
staticinherited
Initial value:
= pexConfig.Field(dtype=bool,
default=False,
optional=True,
doc=("If this is set to True, the class intends to load "
"the data associated with this Configurable Field "
"manually, and runQuantum should not load it. Should "
"not be set by configuration override"))

Definition at line 253 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.

◆ 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 245 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: