InitOutput¶
- class lsst.pipe.base.connectionTypes.InitOutput(name: str, storageClass: str, doc: str = '', multiple: bool = False, _deprecation_context: str = '', *, deprecated: str | None = None)¶
- Bases: - BaseConnection- Connection for initOutput dataset. - Attributes Summary - Methods Summary - makeDatasetType(universe[, parentStorageClass])- Construct a true - DatasetTypeinstance with normalized dimensions.- Attributes Documentation - Methods Documentation - makeDatasetType(universe: DimensionUniverse, parentStorageClass: StorageClass | str | None = None) DatasetType¶
- 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.StorageClassorstr, optional
- Parent storage class for component datasets; - Noneotherwise.
 
- universe
- Returns:
- datasetTypeDatasetType
- The - DatasetTypedefined by this connection.
 - Deprecated since version 27.0: Deprecated in favor of PipelineGraph, and will be removed after v27. 
- datasetType