ImagePlanes¶
- class lsst.cell_coadds.ImagePlanes¶
- Bases: - ABC- Struct interface for the image-like planes we coadd. - Notes - The extends the set of planes in - lsst.afw.image.MaskedImageby adding noise realizations and “mask fraction” images.- Attributes Summary - The bounding box common to all image planes. - The data image itself. - An integer bitmask. - The (weighted) fraction of masked pixels that contribute to each pixel. - A sequence of noise realizations that were coadded with the same operations that were appled to the data image. - Per-pixel variances for the image. - Methods Summary - Return an - lsst.afw.image.MaskedImageview of the image, mask, and variance planes.- Attributes Documentation - bbox¶
- The bounding box common to all image planes. 
 - image¶
- The data image itself. 
 - mask¶
- An integer bitmask. 
 - mask_fractions¶
- The (weighted) fraction of masked pixels that contribute to each pixel. 
 - noise_realizations¶
- A sequence of noise realizations that were coadded with the same operations that were appled to the data image. 
 - variance¶
- Per-pixel variances for the image. 
 - Methods Documentation - asMaskedImage() MaskedImageF¶
- Return an - lsst.afw.image.MaskedImageview of the image, mask, and variance planes.