From bd2ff7290985e98748dce7daba15a28ef3a84b87 Mon Sep 17 00:00:00 2001 From: Heather Kelly Date: Mon, 17 Dec 2018 10:26:43 -0800 Subject: [PATCH] remove deprecated lsstCam.py and enable xtalk is now default --- config/isr.py | 2 -- config/lsstCam.py | 14 -------------- 2 files changed, 16 deletions(-) delete mode 100644 config/lsstCam.py diff --git a/config/isr.py b/config/isr.py index 7b1c2fa38..f13ae3e07 100644 --- a/config/isr.py +++ b/config/isr.py @@ -6,8 +6,6 @@ config.doLinearize = False config.doDefect = False -# skip xtalk for Run1.2x -config.doCrosstalk = False config.doAddDistortionModel = False # Work-around for median-bug in overscan correction (DM-15203). diff --git a/config/lsstCam.py b/config/lsstCam.py deleted file mode 100644 index 499259449..000000000 --- a/config/lsstCam.py +++ /dev/null @@ -1,14 +0,0 @@ -# Configuration for lsstCam - -if hasattr(config, 'ccdKeys'): - config.ccdKeys = ['detector', 'snap', 'raftName', 'detectorName'] - -config.isr.doLinearize = False -config.isr.doDefect = False -# For Run1.2x data, no crosstalk -config.isr.doCrosstalk = False -config.isr.doAddDistortionModel = False - -# Work-around for median-bug in overscan correction (DM-15203). -config.isr.overscanFitType = 'POLY' -config.isr.overscanOrder = 0