From 4b401d8017abef3b827a598123497e2db5327281 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 23 Aug 2019 20:23:41 +0200 Subject: [PATCH] Script execution --- script/users/TUM/TUM_FastXPS.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/users/TUM/TUM_FastXPS.py b/script/users/TUM/TUM_FastXPS.py index 46dcc24a..2e076401 100644 --- a/script/users/TUM/TUM_FastXPS.py +++ b/script/users/TUM/TUM_FastXPS.py @@ -69,8 +69,8 @@ LATENCY = 0.0 # 'cis': True = constant initial state (photoemission line), False = constant final state (Auger peak), (default False) # 'slit': exit slit (default: unchanged) -REGION1 = {'name': 'Cl 2p', 'ephot': 350.0, 'elo': 141.0, 'ehi': 151.0, 'estep': 0.1, 'epass': 20., 'tstep': 0.1, 'iter': 1, 'cis': False} -REGION2 = {'name': 'Br 3d', 'ephot': 220.0, 'elo': 142.0, 'ehi': 155.0, 'estep': 0.1, 'epass': 20., 'tstep': 0.1, 'iter': 1, 'cis': False} +REGION1 = {'name': 'Cl 2p', 'ephot': 350.0, 'elo': 141.0, 'ehi': 151.0, 'estep': 0.1, 'epass': 20., 'tstep': 0.3, 'iter': 1, 'cis': False} +REGION2 = {'name': 'Br 3d', 'ephot': 220.0, 'elo': 142.0, 'ehi': 155.0, 'estep': 0.1, 'epass': 20., 'tstep': 0.3, 'iter': 1, 'cis': False} # list of region dictionaries to execute at each scan position REGIONS = [REGION1, REGION2]