From d89c889fcfc2835fb346067da3274dd20cd1e381 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 21 Jun 2023 21:50:34 +0200 Subject: [PATCH] Script execution --- script/users/Empa/MultiRegionScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/Empa/MultiRegionScan.py b/script/users/Empa/MultiRegionScan.py index 14f320b9..c7fa2937 100644 --- a/script/users/Empa/MultiRegionScan.py +++ b/script/users/Empa/MultiRegionScan.py @@ -47,7 +47,7 @@ SCAN = 'lscan' #SCAN = 'ascan' # seconds to wait between positioning command and triggering the detector -LATENCY = 0.0 +LATENCY = 1.0 # region setup @@ -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': 554.00, 'ehi': 565.00, 'estep': 0.05, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'ephot': 650.} -REGION2 = {'name': 'multiplet 1', 'elo': 128.00, 'ehi': 141.00, 'estep': 0.05, 'epass': 20., 'tstep': 2.0, 'iter': 1, 'ephot': 425.} +REGION1 = {'name': 'Peak 1', 'elo': 554.00, 'ehi': 565.00, 'estep': 0.2, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'ephot': 650.} +REGION2 = {'name': 'multiplet 1', 'elo': 128.00, 'ehi': 141.00, 'estep': 0.2, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'ephot': 425.} #REGION3 = {'name': 'multiplet 2', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1} # list of region dictionaries to execute at each scan position