Skip to content

Commit

Permalink
Remove no longer appropriate calibreteImage overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Nov 12, 2024
1 parent 70df526 commit e978344
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/lsst/pipe/tasks/calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,6 @@ def setDefaults(self):
self.photometry.match.sourceSelection.doRequirePrimary = False
self.photometry.match.sourceSelection.doUnresolved = False

# All sources should be good for PSF summary statistics.
# TODO: These should both be changed to calib_psf_used with DM-41640.
self.compute_summary_stats.starSelection = "calib_photometry_used"
self.compute_summary_stats.starSelector.flags.good = ["calib_photometry_used"]

def validate(self):
super().validate()

Expand Down

0 comments on commit e978344

Please sign in to comment.