diff --git a/python/lsst/meas/algorithms/sourceSelector.py b/python/lsst/meas/algorithms/sourceSelector.py index 770647a7..979d603f 100644 --- a/python/lsst/meas/algorithms/sourceSelector.py +++ b/python/lsst/meas/algorithms/sourceSelector.py @@ -424,7 +424,7 @@ class RequireUnresolved(BaseLimit): def setDefaults(self): """Set default - ``base_ClassificationSizeExtendedness_value < 0.1`` means unresolved. + Values below the threshold are unresolved. """ self.maximum = 0.1