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 18, 2024
1 parent c0cccb5 commit 5a66a3b
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 @@ -390,11 +390,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 5a66a3b

Please sign in to comment.