HeavyFootprintCtrl#

class lsst.afw.detection.HeavyFootprintCtrl#

Bases: pybind11_object

Attributes Summary

Methods Summary

getImageVal(self)

getMaskVal(self)

getModifySource(self)

getVarianceVal(self)

setImageVal(self, arg0)

setMaskVal(self, arg0)

setModifySource(self, arg0)

setVarianceVal(self, arg0)

Attributes Documentation

NONE = <ModifySource.NONE: 0>#
SET = <ModifySource.SET: 1>#

Methods Documentation

getImageVal(self: lsst.afw.detection.HeavyFootprintCtrl) → float#
getMaskVal(self: lsst.afw.detection.HeavyFootprintCtrl) → int#
getModifySource(self: lsst.afw.detection.HeavyFootprintCtrl) → lsst.afw.detection.HeavyFootprintCtrl.ModifySource#
getVarianceVal(self: lsst.afw.detection.HeavyFootprintCtrl) → float#
setImageVal(self: lsst.afw.detection.HeavyFootprintCtrl, arg0: SupportsFloat | SupportsIndex) → None#
setMaskVal(self: lsst.afw.detection.HeavyFootprintCtrl, arg0: SupportsInt | SupportsIndex) → None#
setModifySource(self: lsst.afw.detection.HeavyFootprintCtrl, arg0: lsst.afw.detection.HeavyFootprintCtrl.ModifySource) → None#
setVarianceVal(self: lsst.afw.detection.HeavyFootprintCtrl, arg0: SupportsFloat | SupportsIndex) → None#