Skip to content

Commit

Permalink
Merge branch 'tickets/DM-20070'
Browse files Browse the repository at this point in the history
  • Loading branch information
plazas committed Jul 9, 2020
2 parents 4db3339 + b5e7fdf commit 7159dfd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 12 additions & 0 deletions config/latiss/ptcIsr.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import os.path

config.isr.doFlat = False
config.isr.doFringe = False
config.isr.doCrosstalk = False
config.isr.doUseOpticsTransmission = False
config.isr.doUseFilterTransmission = False
config.isr.doUseSensorTransmission = False
config.isr.doUseAtmosphereTransmission = False
config.isr.doAttachTransmissionCurve = False
config.isr.doSaturation = False # critical for the turnover of the PTC to get the variance right
config.isr.doSaturationInterpolation = False
14 changes: 0 additions & 14 deletions config/measurePhotonTransferCurve.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
import os.path

config.load(os.path.join(os.path.dirname(__file__), "lsstCamCommon.py"))
config.isr.load(os.path.join(os.path.dirname(__file__), "isr.py"))

config.ccdKey = 'detector'

config.isr.doFlat = False
config.isr.doFringe = False
config.isr.doCrosstalk = False
config.isr.doUseOpticsTransmission = False
config.isr.doUseFilterTransmission = False
config.isr.doUseSensorTransmission = False
config.isr.doUseAtmosphereTransmission = False
config.isr.doAttachTransmissionCurve = False

config.isr.doSaturation = False # critical for the turnover of the PTC to get the variance right
config.isr.doSaturationInterpolation = False
2 changes: 2 additions & 0 deletions policy/lsstCamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,8 @@ datasets:
template: plots/bfPtc-ccd-%(detector)03d-amp-%(amp)s.png
measurePhotonTransferCurve_metadata:
template: measurePhotonTransferCurves_metadata/%(detector)03d.yaml
plotPhotonTransferCurve_metadata:
template: plotPhotonTransferCurves_metadata/%(detector)03d.yaml
photonTransferCurveDataset:
template: calibrations/ptc/ptcDataset-det%(detector)03d.pkl
linearizeLut:
Expand Down

0 comments on commit 7159dfd

Please sign in to comment.