Skip to content

Commit

Permalink
Override selector for stats to use calib_photometry_used.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Nov 7, 2023
1 parent cbcd518 commit f49c5e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def setDefaults(self):

# All sources should be good for PSF summary statistics.
self.compute_summary_stats.starSelection = "calib_photometry_used"
self.compute_summary_stats.starSelector.flags.good = "calib_photometry_used"


class CalibrateImageTask(pipeBase.PipelineTask):
Expand Down

0 comments on commit f49c5e7

Please sign in to comment.