Skip to content

Commit

Permalink
Update obs_comCam to work with brighter-fatter processing
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Sep 5, 2018
1 parent a6da207 commit 0387e5e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/bf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
config.isr.doFlat = False
config.isr.doFringe = False
config.isr.doLinearize = False
config.isr.doAddDistortionModel = False
config.isr.doUseOpticsTransmission = False
config.isr.doUseFilterTransmission = False
config.isr.doUseSensorTransmission = False
config.isr.doUseAtmosphereTransmission = False
1 change: 1 addition & 0 deletions config/bias.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
config.isr.doLinearize = False
config.isr.doDefect = False
config.isr.doAddDistortionModel = False
1 change: 1 addition & 0 deletions config/dark.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
config.isr.doLinearize = False
config.isr.doDefect = False
config.isr.doAddDistortionModel = False
config.repair.cosmicray.nCrPixelMax = 100000
1 change: 1 addition & 0 deletions config/flat.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
config.isr.doLinearize = False
config.isr.doDefect = False
config.isr.doAddDistortionModel = False
6 changes: 6 additions & 0 deletions policy/comCamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,9 @@ datasets:
template: gain/%(run)s/gain%(ccd)s_%(run)s.pickle
apPipe_metadata:
template: apPipe_metadata/v%(visit)d_f%(filter)s.yaml
brighterFatterKernel:
template: calibrations/brighterFatterKernel-%(ccd)03d.pkl
brighterFatterGain:
template: calibrations/brighterFatterGain-%(ccd)03d.pkl
plotBrighterFatterPtc:
template: plots/brighterFatterPtc-ccd-%(ccd)03d-amp-%(amp)s.png

0 comments on commit 0387e5e

Please sign in to comment.