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'])