OutputDatasetConfig¶
-
class
lsst.pipe.base.OutputDatasetConfig¶ Bases:
lsst.pipe.base.config._DatasetTypeConfigAttributes Summary
namename of the DatasetType ( str, defaultNone)scalarIf set to True then only a single dataset is expected on input or produced on output. storageClassname of the StorageClass ( str, defaultNone)unitslist 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)
-