diff --git a/python/lsst/ip/diffim/detectAndMeasure.py b/python/lsst/ip/diffim/detectAndMeasure.py index 9a3fe823..1c1cbba5 100644 --- a/python/lsst/ip/diffim/detectAndMeasure.py +++ b/python/lsst/ip/diffim/detectAndMeasure.py @@ -197,7 +197,12 @@ def setDefaults(self): self.detection.thresholdValue = 5.0 self.detection.reEstimateBackground = False self.detection.thresholdType = "pixel_stdev" - self.detection.excludeMaskPlanes = ["EDGE", "SAT", "BAD", "INTRP"] + self.detection.excludeMaskPlanes = ["EDGE", + "SAT", + "BAD", + "INTRP", + "NO_DATA", + ] self.measurement.plugins.names |= ["ext_trailedSources_Naive", "base_LocalPhotoCalib",