Skip to content

Commit

Permalink
Stop reasserting upstream default
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Aug 7, 2024
1 parent 872c8ef commit b60b4f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/summit/utils/astrometry/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ def runCharactierizeImage(exp: afwImage.Exposure, snr: float, minPix: int) -> pi
charConfig.doMeasurePsf = False
charConfig.doApCorr = False
charConfig.doDeblend = False
charConfig.doMaskStreaks = False
charConfig.repair.doCosmicRay = False

charConfig.detection.minPixels = minPix
Expand Down

0 comments on commit b60b4f4

Please sign in to comment.