Skip to content

Commit

Permalink
Turn on amp offset code until we figure out the gains better.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Oct 30, 2024
1 parent a2ae0c6 commit 9287ea9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/comCam/isrLSST.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
config.crosstalk.doQuadraticCrosstalkCorrection = False
config.doDeferredCharge = False

config.doAmpOffset = True
config.ampOffset.doApplyAmpOffset = True
config.ampOffset.ampEdgeMaxOffset = 100.0

overscanCamera = config.overscanCamera

detectorConfig = copy.copy(overscanCamera.defaultDetectorConfig)
Expand Down

0 comments on commit 9287ea9

Please sign in to comment.