From 5a66a3bde68abdd6c572426cddd56ef61e8d3758 Mon Sep 17 00:00:00 2001 From: Lauren MacArthur Date: Sun, 8 Sep 2024 12:52:45 -0700 Subject: [PATCH] Remove no longer appropriate calibreteImage overrides --- python/lsst/pipe/tasks/calibrateImage.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python/lsst/pipe/tasks/calibrateImage.py b/python/lsst/pipe/tasks/calibrateImage.py index 633a6c4f3..0a8153343 100644 --- a/python/lsst/pipe/tasks/calibrateImage.py +++ b/python/lsst/pipe/tasks/calibrateImage.py @@ -390,11 +390,6 @@ def setDefaults(self): self.photometry.match.sourceSelection.doRequirePrimary = False self.photometry.match.sourceSelection.doUnresolved = False - # All sources should be good for PSF summary statistics. - # TODO: These should both be changed to calib_psf_used with DM-41640. - self.compute_summary_stats.starSelection = "calib_photometry_used" - self.compute_summary_stats.starSelector.flags.good = ["calib_photometry_used"] - def validate(self): super().validate()