StatisticsControl#

class lsst.afw.math.StatisticsControl#

Bases: pybind11_object

Attributes Summary

Methods Summary

Attributes Documentation

WEIGHTS_FALSE = <WeightsBoolean.WEIGHTS_FALSE: 0>#
WEIGHTS_NONE = <WeightsBoolean.WEIGHTS_NONE: 2>#
WEIGHTS_TRUE = <WeightsBoolean.WEIGHTS_TRUE: 1>#

Methods Documentation

getAndMask(self: lsst.afw.math.StatisticsControl) int#
getCalcErrorFromInputVariance(self: lsst.afw.math.StatisticsControl) bool#
getCalcErrorMosaicMode(self: lsst.afw.math.StatisticsControl) bool#
getMaskPropagationThreshold(self: lsst.afw.math.StatisticsControl, arg0: SupportsInt) float#
getNanSafe(self: lsst.afw.math.StatisticsControl) bool#
getNoGoodPixelsMask(self: lsst.afw.math.StatisticsControl) int#
getNumIter(self: lsst.afw.math.StatisticsControl) int#
getNumSigmaClip(self: lsst.afw.math.StatisticsControl) float#
getWeighted(self: lsst.afw.math.StatisticsControl) bool#
getWeightedIsSet(self: lsst.afw.math.StatisticsControl) bool#
setAndMask(self: lsst.afw.math.StatisticsControl, arg0: SupportsInt) None#
setCalcErrorFromInputVariance(self: lsst.afw.math.StatisticsControl, arg0: bool) None#
setCalcErrorMosaicMode(self: lsst.afw.math.StatisticsControl, arg0: bool) None#
setMaskPropagationThreshold(self: lsst.afw.math.StatisticsControl, arg0: SupportsInt, arg1: SupportsFloat) None#
setNanSafe(self: lsst.afw.math.StatisticsControl, arg0: bool) None#
setNoGoodPixelsMask(self: lsst.afw.math.StatisticsControl, arg0: SupportsInt) None#
setNumIter(self: lsst.afw.math.StatisticsControl, arg0: SupportsInt) None#
setNumSigmaClip(self: lsst.afw.math.StatisticsControl, arg0: SupportsFloat) None#
setWeighted(self: lsst.afw.math.StatisticsControl, arg0: bool) None#