Skip to content

Commit

Permalink
This now says suspectLevel = 0, which means it blanks everything. Tha…
Browse files Browse the repository at this point in the history
…t should probably warn.
  • Loading branch information
czwa committed Sep 24, 2019
1 parent 958e6b5 commit 0ce1a32
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 # amp.suspectLevel = 0? That seems wrong.

0 comments on commit 0ce1a32

Please sign in to comment.