diff --git a/script/users/msft-constantinou_p/MultiRegionScan_msft_G1HighStat.py b/script/users/msft-constantinou_p/MultiRegionScan_msft_G1HighStat.py index 2133be8f..4f97a523 100644 --- a/script/users/msft-constantinou_p/MultiRegionScan_msft_G1HighStat.py +++ b/script/users/msft-constantinou_p/MultiRegionScan_msft_G1HighStat.py @@ -64,6 +64,13 @@ REGION_B3 = {'name': 'As3d', 'elo': 101., 'ehi':107., 'estep':0.02, 'epass': 20. REGION_B4 = {'name': 'Survey', 'elo': 40., 'ehi':150., 'estep':0.10, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'} REGION_B5 = {'name': 'Al2p', 'elo': 68., 'ehi':75., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'} +# -- Region E @ 250 eV (G1 600) +REGION_E1 = {'name': 'MoEF', 'ephot': 250., 'elo': 243., 'ehi':246., 'estep': 0.02, 'epass': 20., 'tstep': 2.0, 'iter': 1, 'cis': False, 'position': 'reference'} +REGION_E2 = {'name': 'In4d', 'elo': 224., 'ehi':231., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION_E3 = {'name': 'As3d', 'elo': 201., 'ehi':207., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION_E4 = {'name': 'Survey', 'elo': 140., 'ehi':250., 'estep':0.10, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION_E5 = {'name': 'Al2p', 'elo': 168., 'ehi':175., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'} + # -- Region C @ 350 eV (G1 600) REGION_C1 = {'name': 'MoEF', 'ephot': 350., 'elo': 343., 'ehi':346., 'estep': 0.02, 'epass': 20., 'tstep': 2.0, 'iter': 1, 'cis': False, 'position': 'reference'} REGION_C2 = {'name': 'In4d', 'elo': 324., 'ehi':331., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'} @@ -82,7 +89,7 @@ REGION_D5 = {'name': 'Al2p', 'elo': 468., 'ehi':475., 'estep':0.02, 'epass': 20. ## (G1 600) ## REGIONS = [REGION_A1,REGION_A2,REGION_A3,REGION_A4] ## (G1 600) - Full photon energy dependence -REGIONS = [REGION_A1,REGION_A2,REGION_A3,REGION_B1,REGION_B2,REGION_B3,REGION_B4,REGION_B5,REGION_C1,REGION_C2,REGION_C3,REGION_C4,REGION_C5,REGION_D1,REGION_D2,REGION_D3,REGION_D4,REGION_D5] +REGIONS = [REGION_A1,REGION_A2,REGION_A3,REGION_B1,REGION_B2,REGION_B3,REGION_B4,REGION_B5,REGION_E1,REGION_E2,REGION_E3,REGION_E4,REGION_E5,REGION_C1,REGION_C2,REGION_C3,REGION_C4,REGION_C5,REGION_D1,REGION_D2,REGION_D3,REGION_D4,REGION_D5] # close beam shutter and turn off analyser at the end of the scan # True or False