lsst.meas.algorithms g4a7591d645+fa9daf83c6
Loading...
Searching...
No Matches
lsst.meas.algorithms.dynamicDetection Namespace Reference

Classes

class  InsufficientSourcesError
class  ZeroFootprintError
class  DynamicDetectionConfig
class  DynamicDetectionTask

Functions

 countMaskedPixels (maskedIm, maskPlane)

Function Documentation

◆ countMaskedPixels()

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 807 of file dynamicDetection.py.