Threshold#
- class lsst.afw.detection.Threshold#
Bases:
pybind11_objectAttributes 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#
- static getTypeString(arg0: lsst.afw.detection.Threshold.ThresholdType) str#
- getValue(self: lsst.afw.detection.Threshold, param: SupportsFloat = -1) float#
- static parseTypeString(arg0: str) lsst.afw.detection.Threshold.ThresholdType#
- setIncludeMultiplier(self: lsst.afw.detection.Threshold, arg0: SupportsFloat) None#
- setPolarity(self: lsst.afw.detection.Threshold, arg0: bool) None#