Skip to content

Commit

Permalink
Disable isr.doSuspect, as no suspect level exists.
Browse files Browse the repository at this point in the history
The camera config does not set a suspect level, so we should not be
doing suspect masking.
  • Loading branch information
czwa committed Oct 3, 2019
1 parent 958e6b5 commit ee3235e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/bias.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
config.ccdKeys = []
config.isr.doLinearize = False
config.isr.doDefect = False
config.isr.doSuspect = False
1 change: 1 addition & 0 deletions config/dark.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
config.isr.doLinearize = False
config.isr.doDefect = False
config.isr.doBias = True
config.isr.doSuspect = False
1 change: 1 addition & 0 deletions config/flat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
config.isr.doDefect = False
config.isr.doBias = True
config.isr.doDark = False
config.isr.doSuspect = False
1 change: 1 addition & 0 deletions config/isr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
config.doFlat = False # TODO: change for release/when we have flats
config.doLinearize = False
config.doDefect = False # TODO: make defect list and enable
config.doSuspect = False

0 comments on commit ee3235e

Please sign in to comment.