Skip to content

Commit

Permalink
Update overscan configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Apr 20, 2020
1 parent 80ee988 commit e71e0d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/isr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
config.badStatistic = "MEANCLIP"

config.doOverscan = True
config.overscanFitType = "MEDIAN"
config.overscanOrder = 1
config.overscanNumSigmaClip = 3.0
config.overscan.fitType = "MEDIAN"
config.overscan.order = 1
config.overscan.numSigmaClip = 3.0
config.overscanNumLeadingColumnsToSkip = 0
config.overscanNumTrailingColumnsToSkip = 0
config.overscanMaxDev = 1000.0
Expand Down

0 comments on commit e71e0d3

Please sign in to comment.