CountMaskedPixelsD#

class lsst.ip.isr.CountMaskedPixelsD#

Bases: pybind11_object

Methods Summary

apply(self, image, bitmask)

getCount(self)

reset(self)

Methods Documentation

apply(self: lsst.ip.isr.isr.CountMaskedPixelsD, image: lsst::afw::image::MaskedImage<double, int, float>, bitmask: typing.SupportsInt | typing.SupportsIndex) None#
getCount(self: lsst.ip.isr.isr.CountMaskedPixelsD) int#
reset(self: lsst.ip.isr.isr.CountMaskedPixelsD) None#