We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f79cb commit 0fe9c25Copy full SHA for 0fe9c25
1 file changed
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