From e51f2d191a32348d01841f43f815356b6b3062d5 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 7 Oct 2022 23:48:03 +0200 Subject: [PATCH] Script execution --- script/users/Niels/MultiRegionScan2022.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/users/Niels/MultiRegionScan2022.py b/script/users/Niels/MultiRegionScan2022.py index 36d02410..173e49ff 100644 --- a/script/users/Niels/MultiRegionScan2022.py +++ b/script/users/Niels/MultiRegionScan2022.py @@ -52,7 +52,7 @@ REFERENCE_POSITION = {'X': -0.65,'Y': -0.2, 'Z': 118., 'Theta': -9., 'Tilt': -2. SAMPLE_POSITION = {'X': -1.4,'Y': -0.2, 'Z': 116., 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.} # REGIONS for 578 eV -REGION1 = {'name': 'Cu3p', 'ephot': 578., 'elo': 492., 'ehi':502., 'estep': 0.02, 'epass': 50., 'tstep': 0.3, 'iter': 1, 'cis': False, 'position': 'reference'} +REGION1 = {'name': 'Au4f','ephot': 578., 'elo': 492., 'ehi':502., 'estep': 0.02, 'epass': 50., 'tstep': 0.3, 'iter': 1, 'cis': False, 'position': 'reference'} REGION2 = {'name': 'In4d','ephot': 578., 'elo': 552.5, 'ehi':559., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} REGION3 = {'name': 'As3d','ephot': 578., 'elo': 529., 'ehi':534.5, 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} REGION4 = {'name': 'In3d','ephot': 578., 'elo': 119., 'ehi':124., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}