From 9d5b06337c10ea2604ca5ddc73844f3cc220711f Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 6 Sep 2021 01:38:48 +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 c2f018b7..a29df9bf 100644 --- a/script/MultiRegionScan.py +++ b/script/MultiRegionScan.py @@ -70,8 +70,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': 'Tb 4d', 'elo': 267.0, 'ehi': 272.5, 'estep': 0.1, 'epass': 50., 'tstep': 1., 'iter': 1, 'cis': False} -REGION2 = {'name': 'Au 4f', 'efix': 332.65, 'epass': 20., 'tstep': 1., 'iter': 1, 'cis': False} +REGION1 = {'name': 'Tb 4d', 'elo': 892.5, 'ehi': 899.0, 'estep': 0.1, 'epass': 50., 'tstep': 0.8, 'iter': 1, 'cis': False} +REGION2 = {'name': 'Au 4f', 'efix': 957.2, 'epass': 20., 'tstep': 0.8, 'iter': 1, 'cis': False} # list of region dictionaries to execute at each scan position REGIONS = [REGION1, REGION2]