From 11fa909eb8e18911ec6678f52cff0ac5f41665cd Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 6 Jul 2023 15:55:41 +0200 Subject: [PATCH] Script execution --- script/users/chong/MultiRegionScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/users/chong/MultiRegionScan.py b/script/users/chong/MultiRegionScan.py index ef1960a4..6651a277 100644 --- a/script/users/chong/MultiRegionScan.py +++ b/script/users/chong/MultiRegionScan.py @@ -47,7 +47,7 @@ SCAN = 'lscan' #SCAN = 'ascan' # seconds to wait between positioning command and triggering the detector -LATENCY = 3.0 +LATENCY = 0.0 # region setup @@ -69,7 +69,7 @@ LATENCY = 3.0 # 'cis': True = constant initial state (photoemission line), False = constant final state (Auger peak), (default False) # 'slit': exit slit (default: unchanged) -REGION1 = {'name': 'Second', 'elo': 13, 'ehi': 18, 'estep': 0.025, 'epass': 5., 'tstep': 0.2, 'iter': 1} +REGION1 = {'name': 'Second', 'elo': 15, 'ehi': 19 'estep': 0.03 'epass': 5., 'tstep': 0.2, 'iter': 1} #REGION1 = {'name': 'c1s', 'elo': 800, 'ehi': 815, 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1} #REGION2 = {'name': 'o1s', 'elo': 555, 'ehi': 570, 'estep': 0.1, 'epass': 50., 'tstep': 0.1, 'iter': 1} #REGION3 = {'name': 'multiplet 2', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1}