Cell-Based Coadds#

lsst.images.cells Package#

Classes#

CellCoadd(image, *[, mask, variance, ...])

A coadd comprised of cells on a regular grid.

CellCoaddSerializationModel(*, metadata, ...)

A Pydantic model used to represent a serialized CellCoadd.

CellGrid(*, bbox, cell_shape)

A grid of rectangular cells with no overlaps or space between cells.

CellGridBounds(*, grid, bbox[, missing])

A region of pixels defined by a set of cells within a grid.

CellIJ(i, j)

An index in a grid of cells.

CellPointSpreadFunction(array, bounds[, ...])

A PSF model that is at least approximately constant over cells.

CellPointSpreadFunctionSerializationModel(*, ...)

Model used to serialize CellPointSpreadFunction objects.

CoaddProvenance(inputs, contributions)

A pair of tables that record the inputs to a cell-based coadd.

CoaddProvenanceSerializationModel(*, ...)

A Pydantic model used to represent a serialized CoaddProvenance.

PatchDefinition(*, id, index, inner_bbox, cells)

Identifiers and geometry for a full patch.