We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70df526 commit e978344Copy full SHA for e978344
python/lsst/pipe/tasks/calibrateImage.py
@@ -408,11 +408,6 @@ def setDefaults(self):
408
self.photometry.match.sourceSelection.doRequirePrimary = False
409
self.photometry.match.sourceSelection.doUnresolved = False
410
411
- # All sources should be good for PSF summary statistics.
412
- # TODO: These should both be changed to calib_psf_used with DM-41640.
413
- self.compute_summary_stats.starSelection = "calib_photometry_used"
414
- self.compute_summary_stats.starSelector.flags.good = ["calib_photometry_used"]
415
-
416
def validate(self):
417
super().validate()
418
0 commit comments