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