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