From d1523be82b63a65771990fd7157c996242892881 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 21 Apr 2023 10:49:19 +0200 Subject: [PATCH] Script execution --- script/MultiRegionScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/MultiRegionScan.py b/script/MultiRegionScan.py index 1c279d46..39372b98 100644 --- a/script/MultiRegionScan.py +++ b/script/MultiRegionScan.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': 'Peak 1', 'elo': 153.8, 'ehi': 155.52, 'estep': 0.02, 'epass': 20., 'tstep': 0.3, 'iter': 1} -REGION2 = {'name': 'Peak 2', 'elo': 165.6, 'ehi': 166.04, 'estep': 0.01, 'epass': 20., 'tstep': 0.3, 'iter': 1} +REGION1 = {'name': 'Peak 1', 'elo': 165.4, 'ehi': 166.2, 'estep': 0.02, 'epass': 20., 'tstep': 0.2, 'iter': 1} +REGION2 = {'name': 'Peak 2', 'elo': 170.4, 'ehi': 170.78, 'estep': 0.01, 'epass': 20., 'tstep': 0.2, 'iter': 1} # list of region dictionaries to execute at each scan position REGIONS = [REGION1, REGION2]