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