Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-18610: Add fields, limited mutability, and trim/assembly-state tracking to cameraGeom #28

Merged
merged 1 commit into from
Nov 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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