From 6615532ee53a30bf4a3d8cc3ad2d3ee16598139c Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 1 Feb 2018 14:39:02 +0100 Subject: [PATCH] Script execution --- script/XAS.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/XAS.py b/script/XAS.py index 7672c897..2727121a 100644 --- a/script/XAS.py +++ b/script/XAS.py @@ -7,14 +7,14 @@ SENSORS = (Keithley1, Keithley2, MachineCurrent) #SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, AuxVoltage, MachineCurrent) #SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX) -STARTPOS = (850) -ENDPOS = (1000) +STARTPOS = (910) +ENDPOS = (950) #NUMPOINTS = 76 STEPSIZE = 0.1 LATENCY = 0.1 DWELL = 0.1 -ENDSCAN = True # close shutter at end +ENDSCAN = False # close shutter at end def trig():