Skip to content

Commit b50b68d

Browse files
committed
Remove no longer appropriate calibreteImage overrides
1 parent ee98158 commit b50b68d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/lsst/pipe/tasks/calibrateImage.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,6 @@ def setDefaults(self):
392392
self.photometry.match.sourceSelection.doRequirePrimary = False
393393
self.photometry.match.sourceSelection.doUnresolved = False
394394

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-
400395
def validate(self):
401396
super().validate()
402397

0 commit comments

Comments
 (0)