Output#
- class lsst.pipe.base.connectionTypes.Output(name: str, storageClass: str, doc: str = '', multiple: bool = False, _deprecation_context: str = '', dimensions: Iterable[str] = (), isCalibration: bool = False, *, deprecated: str | None = None)#
Bases:
DimensionedConnectionConnection for output dataset.
Attributes Summary
Attributes Documentation
- deprecated: str | None = None#
- dimensions: Iterable[str] = ()#
- doc: str = ''#
- isCalibration: bool = False#
- multiple: bool = False#
- name: str = <dataclasses._MISSING_TYPE object>#
- storageClass: str = <dataclasses._MISSING_TYPE object>#