From 70ce661fe650dd707eecea982fe56bfab115191e Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 1 Mar 2019 09:39:14 +0100 Subject: [PATCH] Script execution --- script/users/MultiRegionScan_Ag_valence62eV.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/users/MultiRegionScan_Ag_valence62eV.py b/script/users/MultiRegionScan_Ag_valence62eV.py index ef6c7946..8c625dcf 100644 --- a/script/users/MultiRegionScan_Ag_valence62eV.py +++ b/script/users/MultiRegionScan_Ag_valence62eV.py @@ -40,12 +40,13 @@ LATENCY = 0.0 #REGION1 = {'name': 'VB62eV', 'ephot': 62, 'efix': 1222.1, 'epass': 200., 'tstep': 20., 'iter': 1, 'cis': False} #REGION2 = {'name': 'off-resonance', 'ephot': 1235.0, 'efix': 1219.4, 'epass': 200., 'tstep': 20., 'iter': 1, 'cis': False} #REGION1 = {'name': 'VB62eV', 'ephot': 62, 'elo': 49.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': False} -REGION1 = {'name': 'VB62eVzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10.0, 'tstep': 0.5, 'iter': 1, 'cis': True} +#REGION1 = {'name': 'VB62eVzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10.0, 'tstep': 0.5, 'iter': 1, 'cis': True} +REGION1 = {'name': 'VB80eV', 'elo': 67.0, 'ehi': 68.0, 'estep': 0.2, 'epass': 10.0, 'tstep': 0.5, 'iter': 1, 'cis': True} #REGION2 = {'name': 'fermi', 'elo': 23.5, 'ehi': 27.5, 'estep': 0.02, 'epass': 2, 'tstep': 0.35, 'iter': 1, 'cis': False} # list of region dictionaries to execute at each scan position -REGIONS = ['REGION1'] +REGIONS = [REGION1] # close beam shutter and turn off analyser at the end of the scan CLOSE_SHUTTER_AT_END = False