HeavyFootprintCtrl¶
- 
class 
lsst.afw.detection.HeavyFootprintCtrl¶ Bases:
pybind11_builtins.pybind11_objectAttributes Summary
NONESETMethods 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: float) → None¶ 
- 
setMaskVal(self: lsst.afw.detection.HeavyFootprintCtrl, arg0: int) → None¶ 
- 
setModifySource(self: lsst.afw.detection.HeavyFootprintCtrl, arg0: lsst.afw.detection.HeavyFootprintCtrl.ModifySource) → None¶ 
- 
setVarianceVal(self: lsst.afw.detection.HeavyFootprintCtrl, arg0: float) → None¶ 
-