We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee98158 commit b50b68dCopy full SHA for b50b68d
python/lsst/pipe/tasks/calibrateImage.py
@@ -392,11 +392,6 @@ def setDefaults(self):
392
self.photometry.match.sourceSelection.doRequirePrimary = False
393
self.photometry.match.sourceSelection.doUnresolved = False
394
395
- # All sources should be good for PSF summary statistics.
396
- # TODO: These should both be changed to calib_psf_used with DM-41640.
397
- self.compute_summary_stats.starSelection = "calib_photometry_used"
398
- self.compute_summary_stats.starSelector.flags.good = ["calib_photometry_used"]
399
-
400
def validate(self):
401
super().validate()
402
0 commit comments