lsst.pipe.base  16.0-12-g726f8f3+6
Static Public Attributes | List of all members
lsst.pipe.base.config.InputDatasetConfig Class Reference
Inheritance diagram for lsst.pipe.base.config.InputDatasetConfig:
lsst.pipe.base.config._DatasetTypeConfig lsst.pipe.base.config._BaseDatasetTypeConfig

Static Public Attributes

 units
 
 scalar
 
 name
 
 storageClass
 

Detailed Description

Definition at line 234 of file config.py.

Member Data Documentation

◆ 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.

◆ units

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

Definition at line 222 of file config.py.


The documentation for this class was generated from the following file: