CoaddInputs#
- class lsst.cell_coadds.CoaddInputs(overlaps_center: bool, overlap_fraction: float, weight: float, psf_shape: Quadrupole, psf_shape_flag: bool)#
Bases:
objectContainer for inputs to the coaddition process.
Attributes Summary
Fraction of the cell that is covered by the overlap region.
Whether a single (detector, visit) observation overlaps the center
Second order moments of the PSF.
Flag indicating whether the PSF shape measurement was successful.
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.