From 02339319291a7af9a3277b2e462eb40435c20ec3 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 13 Jun 2023 03:08:24 +0200 Subject: [PATCH] Script execution --- script/users/msft-constantinou_p/MultiRegionScan_G1XPS.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/users/msft-constantinou_p/MultiRegionScan_G1XPS.py b/script/users/msft-constantinou_p/MultiRegionScan_G1XPS.py index 30bf5055..173c0b22 100644 --- a/script/users/msft-constantinou_p/MultiRegionScan_G1XPS.py +++ b/script/users/msft-constantinou_p/MultiRegionScan_G1XPS.py @@ -49,7 +49,7 @@ LATENCY = 0.0 # 'position': 'reference' or 'sample' SAMPLE_POSITION = {'X': 2.10,'Y': 3.00, 'Z': 115.00, 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.} -REFERENCE_POSITION = {'X': 1.90,'Y': 8.00, 'Z': 115.00, 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.} +REFERENCE_POSITION = {'X': 2.00,'Y': 7.00, 'Z': 114.40, 'Theta': -9., 'Tilt': -2.0, 'Phi': -90.} # DEFINE THE REGIONS # -- Region A @ 70 eV (G1 600) @@ -83,7 +83,7 @@ REGION_E1 = {'name': 'MoEF', 'ephot': 450., 'elo': 443., 'ehi':448., 'estep': 0. REGION_E2 = {'name': 'In4d', 'elo': 424., 'ehi':431., 'estep':0.02, 'epass': 20., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'sample'} REGION_E3 = {'name': 'As3d', 'elo': 401., 'ehi':407., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'} REGION_E4 = {'name': 'Survey', 'elo': 340., 'ehi':450., 'estep':0.10, 'epass': 20., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'} -REGION_E5 = {'name': 'Al2p', 'elo': 468., 'ehi':475., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'} +REGION_E5 = {'name': 'Al2p', 'elo': 368., 'ehi':375., 'estep':0.02, 'epass': 20., 'tstep': 1.0, 'iter': 1, 'cis': False, 'position': 'sample'} # -- Region D @ 550 eV (G1 600) REGION_F1 = {'name': 'MoEF', 'ephot': 550., 'elo': 543., 'ehi':548., 'estep': 0.02, 'epass': 20., 'tstep': 2.0, 'iter': 1, 'cis': False, 'position': 'reference'}