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()