From e623be657b0cbaefd511679744b6ac0be8ab54fb Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 26 Jun 2019 18:04:01 +0200 Subject: [PATCH] Script execution --- script/MultiRegionScan_Niels2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/MultiRegionScan_Niels2.py b/script/MultiRegionScan_Niels2.py index cc5aea9a..4eceb70a 100644 --- a/script/MultiRegionScan_Niels2.py +++ b/script/MultiRegionScan_Niels2.py @@ -36,8 +36,8 @@ LATENCY = 0.0 # 'cis': True = constant initial state (photoemission line), False = constant final state (Auger peak), (default False) # 'slit': exit slit (default current value) -REGION1 = {'name': 'test1', 'ephot': 120, 'elo': 70, 'ehi': 80,'estep': 0.02, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'cis': False} -REGION2 = {'name': 'test2', 'ephot': 120, 'elo': 95, 'ehi': 105,'estep': 0.02, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'cis': False} +REGION1 = {'name': 'test1', 'ephot': 120, 'elo': 74, 'ehi': 75,'estep': 0.02, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'cis': False} +REGION2 = {'name': 'test2', 'ephot': 120, 'elo': 98, 'ehi': 99,'estep': 0.02, 'epass': 20., 'tstep': 0.4, 'iter': 1, 'cis': False} #REGION1 = {'name': 'secondary', 'elo': 9.0, 'ehi': 11.0, 'estep': 0.02, 'epass': 2, 'tstep': 0.20, 'iter': 1, 'cis': False} #REGION2 = {'name': 'fermi', 'elo': 23.5, 'ehi': 27.5, 'estep': 0.02, 'epass': 2, 'tstep': 0.35, 'iter': 1, 'cis': False}