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