Skip to content

Commit

Permalink
Merge pull request #440 from lsst/tickets/DM-37955
Browse files Browse the repository at this point in the history
DM-37955: Remove unnecessary config overrides for measureApCorrConfig.
  • Loading branch information
erykoff committed Mar 7, 2023
2 parents 62e25cd + 208c51a commit f5207ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/imsim/characterizeImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,4 @@
# S/N cuts for computing aperture corrections to include only objects that
# were used in the PSF model and have PSF flux S/N greater than the minimum
# set (DM-23071).
config.measureApCorr.sourceSelector["science"].doFlags = True
config.measureApCorr.sourceSelector["science"].doSignalToNoise = True
config.measureApCorr.sourceSelector["science"].flags.good = ["calib_psf_used"]
config.measureApCorr.sourceSelector["science"].flags.bad = []
config.measureApCorr.sourceSelector["science"].signalToNoise.minimum = 150.0
config.measureApCorr.sourceSelector.name = "science"

0 comments on commit f5207ed

Please sign in to comment.