From 4307126c7422980825aa565270b5d65623fd0721 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 21 Nov 2019 23:48:55 +0100 Subject: [PATCH] Script execution --- script/191121-InAs-Overnight.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/191121-InAs-Overnight.py b/script/191121-InAs-Overnight.py index 764913a4..30da188c 100644 --- a/script/191121-InAs-Overnight.py +++ b/script/191121-InAs-Overnight.py @@ -26,7 +26,7 @@ MOTORS = [dummy] # line scan [start, stop, step] POSITIONS = [0.] -SCAN = 'lscan' +SCAN = 'vscan' # vector scan [pos1, pos2, pos3, ...] #POSITIONS = [600., 900.] @@ -86,7 +86,7 @@ REGION5 = {'name': 'In3d','ephot':900., 'elo': 440., 'ehi':453.0, 'estep':0.1, ' REGIONS = [REGION1, REGION2]#, REGION3, REGION4, REGION5] # close beam shutter and turn off analyser at the end of the scan -CLOSE_SHUTTER_AT_END = True +CLOSE_SHUTTER_AT_END = False def move_to_position(pdict): ManipulatorX.move(pdict['X'])