From 8158d11b728829b6368be69028a2d87145b026a4 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 20 Nov 2019 22:38:44 +0100 Subject: [PATCH] Script execution --- script/users/Niels/MultiRegionScan_VB.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/Niels/MultiRegionScan_VB.py b/script/users/Niels/MultiRegionScan_VB.py index 9cc38baf..96fae2ff 100644 --- a/script/users/Niels/MultiRegionScan_VB.py +++ b/script/users/Niels/MultiRegionScan_VB.py @@ -43,12 +43,12 @@ LATENCY = 0.0 #REGION1 = {'name': 'VB62eVzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10.0, 'tstep': 0.5, 'iter': 1, 'cis': True} # Ephot = 80 eV; if 'ephot' is not specified in the region, it will not be set!! -REG1 = {'name': 'VB1', 'elo': 104.3, 'ehi': 105.5, 'estep': 0.005, 'epass': 10., 'tstep': 0.25, 'iter': 1, 'cis': False} -REG2 = {'name': 'VB2', 'elo': 104.3, 'ehi': 105.5, 'estep': 0.005, 'epass': 10., 'tstep': 0.25, 'iter': 1, 'cis': False} +REG1 = {'name': 'VB1', 'elo': 104.3, 'ehi': 105.5, 'estep': 0.005, 'epass': 10., 'tstep': 1, 'iter': 1, 'cis': False} +#REG2 = {'name': 'VB2', 'elo': 104.3, 'ehi': 105.5, 'estep': 0.005, 'epass': 10., 'tstep': 0.25, 'iter': 1, 'cis': False} # list of region dictionaries to execute at each scan position -REGIONS = [REG1, REG2] +REGIONS = [REG1] # close beam shutter and turn off analyser at the end of the scan CLOSE_SHUTTER_AT_END = False