From 86fb056ed6440fd0284fc90bc19caaa8ac28b700 Mon Sep 17 00:00:00 2001 From: x03daop Date: Mon, 20 Mar 2017 12:33:17 +0100 Subject: [PATCH] Script execution --- script/XAS.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/XAS.py b/script/XAS.py index dba55aef..126d2521 100644 --- a/script/XAS.py +++ b/script/XAS.py @@ -3,15 +3,15 @@ XAS scan """ POSITIONERS = (Eph) -SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, AuxVoltage, MachineCurrent, AuxCurrentRaw) +SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, AuxVoltage, MachineCurrent) #SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX) STARTPOS = (518.0) ENDPOS = (548.0) #NUMPOINTS = 76 STEPSIZE = 0.05 -LATENCY = 0.1 -DWELL = 0.1 -ENDSCAN = False # close shutter at end +LATENCY = 0.2 +DWELL = 5.0 +ENDSCAN = True # close shutter at end value = DWELL * 10.0 SampleCurrentAveraging.write(value)