CountMaskedPixelsF#

class lsst.ip.isr.CountMaskedPixelsF#

Bases: pybind11_object

Methods Summary

apply(self, image, bitmask)

getCount(self)

reset(self)

Methods Documentation

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