calculateFootprintCoverage¶
- lsst.meas.extensions.scarlet.calculateFootprintCoverage(footprint: Footprint, maskImage: MaskX) floating ¶
Calculate the fraction of pixels with no data in a Footprint
- Parameters:
- footprint
lsst.afw.detection.Footprint
The footprint to check for missing data.
- maskImage
lsst.afw.image.MaskX
The mask image with the
NO_DATA
bit set.- Returns
- ——-
- coverage
float
The fraction of pixels in
footprint
where theNO_DATA
bit is set.
- footprint