OwnedImagePlanes¶
- class lsst.cell_coadds.OwnedImagePlanes(*, image: ImageLike, mask: Mask, variance: ImageLike, mask_fractions: ImageLike | None = None, noise_realizations: Sequence[ImageLike] = ())¶
- Bases: - ImagePlanes- An implementation of the - ImagePlanesinterface backed by actual afw objects.- 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¶
 - image¶
 - mask¶
 - mask_fractions¶
 - noise_realizations¶
 - variance¶
 - Methods Documentation - asMaskedImage() MaskedImageF¶
- Return an - lsst.afw.image.MaskedImageview of the image, mask, and variance planes.