OutputDatasetConfig¶
-
class
lsst.pipe.base.
OutputDatasetConfig
¶ Bases:
lsst.pipe.base.config._DatasetTypeConfig
Attributes Summary
name
name of the DatasetType ( str
, defaultNone
)scalar
If set to True then only a single dataset is expected on input or produced on output. storageClass
name of the StorageClass ( str
, defaultNone
)units
list of DataUnits for this DatasetType ( List
, defaultNone
)Attributes Documentation
-
scalar
¶ 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. (
bool
, defaultFalse
)
-
units
¶ list of DataUnits for this DatasetType (
List
, defaultNone
)
-