Script execution

This commit is contained in:
gac-x03da
2023-06-13 03:08:24 +02:00
parent 3aee8759df
commit 0233931929
@@ -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'}