Skip to content

Commit

Permalink
Merge branch 'tickets/DM-23651'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Apr 21, 2020
2 parents 4abb71f + 5371192 commit 68ee177
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions config/hsc/isr.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@

config.doNanInterpAfterFlat = False

config.doAddDistortionModel = True

config.doMeasureBackground = True

config.doCameraSpecificMasking = False
Expand Down
3 changes: 1 addition & 2 deletions config/makeBrighterFatterKernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
-157.0e-6, -151.0e-6, -137.0e-6, 0.0e-6]

# Added by Merlin:
config.isr.doAddDistortionModel = False
config.isr.doUseOpticsTransmission = False
config.isr.doUseFilterTransmission = False
config.isr.doUseSensorTransmission = False
Expand All @@ -42,6 +41,6 @@
config.isrForbiddenSteps = ['doApplyGains', 'normalizeGains', # additional for this obs_package
'doStrayLight', 'doTweakFlat', # additional for this obs_package
'doApplyGains', 'normalizeGains', 'doFlat', 'doFringe', # remainder are defaults
'doAddDistortionModel', 'doBrighterFatter', 'doUseOpticsTransmission',
'doBrighterFatter', 'doUseOpticsTransmission',
'doUseFilterTransmission', 'doUseSensorTransmission',
'doUseAtmosphereTransmission', 'doStrayLight', 'doTweakFlat']
2 changes: 0 additions & 2 deletions config/suprimecam-mit/isr.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@

config.doNanInterpAfterFlat = False

config.doAddDistortionModel = True

config.doMeasureBackground = False

config.doCameraSpecificMasking = True
Expand Down
2 changes: 0 additions & 2 deletions config/suprimecam/isr.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@

config.doNanInterpAfterFlat = False

config.doAddDistortionModel = True

config.doMeasureBackground = False

config.doCameraSpecificMasking = True
Expand Down

0 comments on commit 68ee177

Please sign in to comment.