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 Sep 11, 2024
1 parent ee98158 commit b50b68d
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 @@ -392,11 +392,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 b50b68d

Please sign in to comment.