CutoutInputs#
- class lsst.meas.transiNet.CutoutInputs(*, science: ndarray, template: ndarray, difference: ndarray, label: bool = None)#
Bases:
objectScience/template/difference cutouts of a single object plus other metadata.
Attributes Summary
Known truth of whether this is a real or bogus object.
Attributes Documentation
- difference: ndarray = <dataclasses._MISSING_TYPE object>#
- label: bool = None#
Known truth of whether this is a real or bogus object.
- science: ndarray = <dataclasses._MISSING_TYPE object>#
- template: ndarray = <dataclasses._MISSING_TYPE object>#