Threshold¶
- 
class lsst.afw.detection.Threshold¶
- Bases: - pybind11_builtins.pybind11_object- Attributes Summary - BITMASK- PIXEL_STDEV- STDEV- VALUE- VARIANCE- Methods Summary - getIncludeMultiplier(self)- getPolarity(self)- getType(self)- getTypeString(arg0)- getValue(self, param)- parseTypeString(arg0)- setIncludeMultiplier(self, arg0)- setPolarity(self, arg0)- Attributes Documentation - 
BITMASK= ThresholdType.BITMASK¶
 - 
PIXEL_STDEV= ThresholdType.PIXEL_STDEV¶
 - 
STDEV= ThresholdType.STDEV¶
 - 
VALUE= ThresholdType.VALUE¶
 - 
VARIANCE= ThresholdType.VARIANCE¶
 - Methods Documentation - 
getIncludeMultiplier(self: lsst.afw.detection.Threshold) → float¶
 - 
getPolarity(self: lsst.afw.detection.Threshold) → bool¶
 - 
getType(self: lsst.afw.detection.Threshold) → lsst.afw.detection.Threshold.ThresholdType¶
 - 
static getTypeString(arg0: lsst.afw.detection.Threshold.ThresholdType) → str¶
 - 
getValue(self: lsst.afw.detection.Threshold, param: float = -1) → float¶
 - 
static parseTypeString(arg0: str) → lsst.afw.detection.Threshold.ThresholdType¶
 - 
setIncludeMultiplier(self: lsst.afw.detection.Threshold, arg0: float) → None¶
 - 
setPolarity(self: lsst.afw.detection.Threshold, arg0: bool) → None¶
 
-