Skip to content

Commit

Permalink
Remove parallel overscan overrides for new calibs.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Feb 4, 2025
1 parent 8bfca69 commit 6f98acd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/comCam/isrLSST.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
config.crosstalk.minPixelToMask = 1.0
config.doDeferredCharge = False

# Maintain compatibility with existing calibrations.
# TODO: Remove these for running new calibs with DM-48520.
poscan = config.overscanCamera.defaultDetectorConfig.defaultAmpConfig.parallelOverscanConfig
poscan.doAbsoluteMaxDeviation = True
poscan.doMedianSmoothingOutlierRejection = False

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

0 comments on commit 6f98acd

Please sign in to comment.