SingleCellCoadd¶
- class lsst.cell_coadds.SingleCellCoadd(outer: OwnedImagePlanes, *, psf: ImageD, inner_bbox: Box2I, inputs: frozenset[ObservationIdentifiers], common: CommonComponents, identifiers: CellIdentifiers)¶
Bases:
CommonComponentsProperties
A single coadd cell, built only from input images that completely overlap that cell.
- Parameters:
- outer
OwnedImagePlanes
The actual coadded images.
- psf
ImageD
The coadded PSF image.
- inner_bbox
Box2I
The bounding box of the inner region of this cell; must be disjoint with but adjacent to all other cell inner regions.
- inputs
frozenset
ofObservationIdentifiers
Identifiers of observations that contributed to this cell.
- common
CommonComponents
Image attributes common to all cells in a patch.
- identifiers
CellIdentifiers
Struct of identifiers for this cell.
- outer
Notes
At present we assume a single PSF image per cell is sufficient to capture spatial variability, which seems adequate given the results we have so far and the cell sizes we intend to use.
Attributes Summary
String label for the filter bandpass.
Struct of image components common to all cells in a patch.
Struct of unique identifiers for this cell.
Image planes within the inner region of this cell that is disjoint with all other cell inner regions.
Identifiers for the input images that contributed to this cell.
Image planes within the full outer region of this cell.
The coadded PSF image.
Units of the coadd's data pixels.
World Coordinate System object that maps the pixel grid to sky coordinates.
Attributes Documentation
- band¶
String label for the filter bandpass.
May be
None
only for coadds that represent a combination of multiple passbands (e.g. chi^2 detection coadds), not just to indicate absence of knowledge.
- common¶
- identifiers¶
Struct of unique identifiers for this cell.
- inner¶
Image planes within the inner region of this cell that is disjoint with all other cell inner regions.
- inputs¶
Identifiers for the input images that contributed to this cell.
- outer¶
Image planes within the full outer region of this cell.
- psf_image¶
The coadded PSF image.
- units¶
Units of the coadd’s data pixels.
- wcs¶
World Coordinate System object that maps the pixel grid to sky coordinates.