lsst.cell_coadds¶
Contributing¶
lsst.cell_coadds
is developed at https://github.com/lsst/cell_coadds.
You can find Jira issues for this module under the cell_coadds component.
Task reference¶
Pipeline tasks¶
No topics.
Tasks¶
No topics.
Python API reference¶
lsst.cell_coadds Package¶
Functions¶
|
Write a MultipleCellCoadd object to a FITS file. |
Classes¶
|
Interface for writing and reading cell coadds to/from FITS files. |
|
A reader class to read from a FITS file and produce cell-based coadds. |
|
Struct of identifiers for a coadd cell. |
|
Enumeration of units a coadd's pixels may have. |
|
Struct containing image attributes that are common to all cells in a patch. |
A mix-in class that provides properties for all common components to any derived class that provides a property for the common components struct itself. |
|
|
A lazy-evaluation coadd that stitches together the outer regions of the cells in a |
|
A container whose elements form a 2-d grid. |
Struct interface for the image-like planes we coadd. |
|
|
A data structure for coadds built from many overlapping cells. |
|
Configuration parameters for the |
|
|
|
Task to build cell-based coadded images. |
|
Struct of identifiers for an observation that contributed to a coadd cell. |
|
An implementation of the |
|
Struct of identifiers for a coadd patch. |
|
A single coadd cell, built only from input images that completely overlap that cell. |
|
Configuration for a single-cell coadd builder. |
|
An abstract interface for tasks building coadds in cells. |
|
A lazy-evaluation coadd that stitches together images from adjacent cells. |
An ImagePlanes intermediate base class that stitches together per-cell images. |
|
|
A piecewise PSF implementation backed by a 2-d grid of images. |
|
A 2-dimensional integer grid. |
|
An implementation of the |