From b218842ad31e2f4f7e0b3e3aa16f6dfd6e5a2245 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 30 Jun 2023 20:48:18 +0200 Subject: [PATCH] Script execution --- script/users/heinrich/MultiRegionScan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/users/heinrich/MultiRegionScan.py b/script/users/heinrich/MultiRegionScan.py index db5930bf..1e0b883c 100644 --- a/script/users/heinrich/MultiRegionScan.py +++ b/script/users/heinrich/MultiRegionScan.py @@ -69,13 +69,13 @@ 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': 'Te 4d', 'efix': 104.1, 'epass': 50., 'tstep': 20., 'iter': 1} -REGION2 = {'name': 'Ge 3d', 'efix': 114.7, 'epass': 50., 'tstep': 20., 'iter': 1} -REGION3 = {'name': 'Mn 3p', 'efix': 97.2, 'epass': 50., 'tstep': 20., 'iter': 1} +REGION1 = {'name': 'Te 4d', 'efix': 954.9, 'epass': 50., 'tstep': 13., 'iter': 1} +REGION2 = {'name': 'Ge 3d', 'efix': 965.7, 'epass': 50., 'tstep': 13., 'iter': 1} +#REGION3 = {'name': 'Mn 3p', 'efix': 97.2, 'epass': 50., 'tstep': 20., 'iter': 1} #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 -REGIONS = [REGION1, REGION2, REGION3] +REGIONS = [REGION1, REGION2] # close beam shutter and turn off analyser at the end of the scan CLOSE_SHUTTER_AT_END = True