CoaddInputs#

class lsst.cell_coadds.CoaddInputs(overlaps_center: bool, overlap_fraction: float, weight: float, psf_shape: Quadrupole, psf_shape_flag: bool)#

Bases: object

Container for inputs to the coaddition process.

Attributes Summary

overlap_fraction

Fraction of the cell that is covered by the overlap region.

overlaps_center

Whether a single (detector, visit) observation overlaps the center

psf_shape

Second order moments of the PSF.

psf_shape_flag

Flag indicating whether the PSF shape measurement was successful.

weight

Weight to be used for this input.

Attributes Documentation

overlap_fraction: float = <dataclasses._MISSING_TYPE object>#

Fraction of the cell that is covered by the overlap region.

overlaps_center: bool = <dataclasses._MISSING_TYPE object>#

Whether a single (detector, visit) observation overlaps the center

psf_shape: Quadrupole = <dataclasses._MISSING_TYPE object>#

Second order moments of the PSF.

psf_shape_flag: bool = <dataclasses._MISSING_TYPE object>#

Flag indicating whether the PSF shape measurement was successful.

weight: float = <dataclasses._MISSING_TYPE object>#

Weight to be used for this input.