diff --git a/script/users/Niels/MultiRegionScan2022_v2.py b/script/users/Niels/MultiRegionScan2022_v2.py index e27d915a..f4ecf595 100644 --- a/script/users/Niels/MultiRegionScan2022_v2.py +++ b/script/users/Niels/MultiRegionScan2022_v2.py @@ -52,14 +52,14 @@ REFERENCE_POSITION = {'X': -0.85,'Y': 1.25, 'Z': 116.9, 'Theta': -9., 'Tilt': -2 SAMPLE_POSITION = {'X': -1.20,'Y': 0.2, 'Z': 114.0, 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.} # REGIONS for 578 eV -REGION_A1 = {'name': 'AuEF','ephot': 578., 'elo': 578.-6., 'ehi':578.-2., 'estep': 0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'reference'} +REGION_A1 = {'name': 'AuEF','ephot': 578., 'elo': 578.-6., 'ehi':578.-3., 'estep': 0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'reference'} REGION_A2 = {'name': 'Au4f','elo': 578.-96., 'ehi': 578.-86.,'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'reference'} REGION_A3 = {'name': 'In4d','elo': 578.-26., 'ehi': 578.-19., 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} REGION_A4 = {'name': 'As3d','elo': 578.-49., 'ehi': 578.-43., 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} REGION_A5 = {'name': 'In3d','elo': 578.-459., 'ehi': 578.-445., 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} # REGIONS for 1050 eV -REGION_B1 = {'name': 'AuEF','ephot': 1050., 'elo': 1050.-6., 'ehi': 1050.-2., 'estep': 0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'reference'} +REGION_B1 = {'name': 'AuEF','ephot': 1050., 'elo': 1050.-6., 'ehi': 1050.-3., 'estep': 0.02, 'epass': 50., 'tstep': 0.6, 'iter': 1, 'cis': False, 'position': 'reference'} REGION_B2 = {'name': 'Au4f','elo': 1050.-96., 'ehi': 1050.-86.,'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'reference'} REGION_B3 = {'name': 'In4d','elo': 1050.-26., 'ehi': 1050.-19., 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} REGION_B4 = {'name': 'As3d','elo': 1050.-49., 'ehi': 1050.-43., 'estep': 0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}