Skip to content

Commit

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

charConfig.detection.minPixels = minPix
Expand Down

0 comments on commit 7050b7f

Please sign in to comment.