|
lsst.meas.algorithms g33a09d4741+106f42d13d
|
Classes | |
| class | DynamicDetectionConfig |
| class | DynamicDetectionTask |
Functions | |
| countMaskedPixels (maskedIm, maskPlane) | |
| lsst.meas.algorithms.dynamicDetection.countMaskedPixels | ( | maskedIm, | |
| maskPlane | |||
| ) |
Count the number of pixels in a given mask plane.
Parameters
----------
maskedIm : `lsst.afw.image.MaskedImage`
Masked image to examine.
maskPlane : `str`
Name of the mask plane to examine.
Returns
-------
nPixMasked : `int`
Number of pixels with ``maskPlane`` bit set.
Definition at line 491 of file dynamicDetection.py.