Skip to content

Commit 53829ff

Browse files
committed
Remove no longer appropriate calibreteImage overrides
1 parent de8c66b commit 53829ff

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
@@ -390,11 +390,6 @@ def setDefaults(self):
390390
self.photometry.match.sourceSelection.doRequirePrimary = False
391391
self.photometry.match.sourceSelection.doUnresolved = False
392392

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

0 commit comments

Comments
 (0)