CoaddInputs#
- class lsst.cell_coadds.CoaddInputs(overlaps_center: bool, overlap_fraction: float, unmasked_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 of the cell.
Second order moments of the PSF.
Flag indicating whether the PSF shape measurement was successful.
Fraction of the cell covered by this detector, excluding rejected pixels.
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 of the cell.
- 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.
- unmasked_overlap_fraction: float = <dataclasses._MISSING_TYPE object>#
Fraction of the cell covered by this detector, excluding rejected pixels.
- weight: float = <dataclasses._MISSING_TYPE object>#
Weight to be used for this input.