Output¶
- class lsst.pipe.base.connectionTypes.Output(name: str, storageClass: str, doc: str = '', multiple: bool = False, dimensions: Iterable[str] = (), isCalibration: bool = False)¶
- Bases: - DimensionedConnection- Attributes Summary - Methods Summary - makeDatasetType(universe[, parentStorageClass])- Construct a true - DatasetTypeinstance with normalized dimensions.- Attributes Documentation - Methods Documentation - makeDatasetType(universe: DimensionUniverse, parentStorageClass: Optional[StorageClass] = None)¶
- Construct a true - DatasetTypeinstance with normalized dimensions.- Parameters:
- universelsst.daf.butler.DimensionUniverse
- Set of all known dimensions to be used to normalize the dimension names specified in config. 
- parentStorageClasslsst.daf.butler.StorageClass, optional
- Parent storage class for component datasets; - Noneotherwise.
 
- universe
- Returns:
- datasetTypeDatasetType
- The - DatasetTypedefined by this connection.
 
- datasetType