From 55a1cc85b4454961b736cb964ef2b3bb90a9dae4 Mon Sep 17 00:00:00 2001 From: x03daop Date: Mon, 1 Aug 2016 10:18:13 +0200 Subject: [PATCH] Script execution --- script/XAS.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/XAS.py b/script/XAS.py index 4a27fc70..15574cd1 100644 --- a/script/XAS.py +++ b/script/XAS.py @@ -4,11 +4,11 @@ XAS scan POSITIONERS = (Eph) SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent) -STARTPOS = (700.0) -ENDPOS = (710.0) -NUMPOINTS = 11 -LATENCY = 0.1 -DWELL = 5.0 +STARTPOS = (100.0) +ENDPOS = (2000.0) +NUMPOINTS = 77 +LATENCY = 1.0 +DWELL = 1.0 ENDSCAN = True # close shutter at end value = DWELL * 10.0