Skip to content

Commit

Permalink
Update isr config for overscan config changes.
Browse files Browse the repository at this point in the history
* Overscan should now be configured via the OverscanTask's config
  object.
* Overscan parameters that use the default values have had those
  duplicates removed.
  • Loading branch information
czwa committed Aug 2, 2022
1 parent b861a29 commit 0fe8ffb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/isr.py
Expand Up @@ -26,13 +26,6 @@
config.overscan.fitType = "AKIMA_SPLINE"
config.overscan.order = 30
config.overscan.numSigmaClip = 3.0
config.overscanNumLeadingColumnsToSkip = 0
config.overscanNumTrailingColumnsToSkip = 0
config.overscanMaxDev = 1000.0
config.overscanBiasJump = False
config.overscanBiasJumpKeyword = "NO_SUCH_KEY"
config.overscanBiasJumpDevices = "NO_SUCH_KEY"
config.overscanBiasJumpLocation = -1

config.doAssembleCcd = True
# Use default ISR assembleCcdTask
Expand Down

0 comments on commit 0fe8ffb

Please sign in to comment.