CutoutInputs#

class lsst.meas.transiNet.CutoutInputs(*, science: ndarray, template: ndarray, difference: ndarray, label: bool = None)#

Bases: object

Science/template/difference cutouts of a single object plus other metadata.

Attributes Summary

difference

label

Known truth of whether this is a real or bogus object.

science

template

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>#