diff --git a/script/MultiRegionScan.py b/script/MultiRegionScan.py index d94322b8..607709bf 100644 --- a/script/MultiRegionScan.py +++ b/script/MultiRegionScan.py @@ -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': 'Ge 3d', 'efix': 254.3, 'epass': 50., 'tstep': 20., 'iter': 1, 'cis': False} -REGION2 = {'name': 'Te 4d', 'efix': 265.3, 'epass': 50., 'tstep': 15., 'iter': 1, 'cis': False} +REGION1 = {'name': 'Te 4d', 'efix': 104.6, 'epass': 50., 'tstep': 23., 'iter': 1, 'cis': False} +REGION2 = {'name': 'Ge 3d', 'efix': 115.6, 'epass': 50., 'tstep': 10., 'iter': 1, 'cis': False} # list of region dictionaries to execute at each scan position REGIONS = [REGION1, REGION2]