Skip to content

Commit e978344

Browse files
committed
Remove no longer appropriate calibreteImage overrides
1 parent 70df526 commit e978344

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/lsst/pipe/tasks/calibrateImage.py

-5
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,6 @@ def setDefaults(self):
408408
self.photometry.match.sourceSelection.doRequirePrimary = False
409409
self.photometry.match.sourceSelection.doUnresolved = False
410410

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-
416411
def validate(self):
417412
super().validate()
418413

0 commit comments

Comments
 (0)