Threshold¶
- class lsst.afw.detection.Threshold¶
- Bases: - pybind11_object- Attributes Summary - 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: 1>¶
 - PIXEL_STDEV = <ThresholdType.PIXEL_STDEV: 4>¶
 - STDEV = <ThresholdType.STDEV: 2>¶
 - VALUE = <ThresholdType.VALUE: 0>¶
 - VARIANCE = <ThresholdType.VARIANCE: 3>¶
 - 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¶
 - getValue(self: lsst.afw.detection.Threshold, param: float = -1) float¶
 - setIncludeMultiplier(self: lsst.afw.detection.Threshold, arg0: float) None¶
 - setPolarity(self: lsst.afw.detection.Threshold, arg0: bool) None¶