Script execution

This commit is contained in:
gac-x03da
2022-09-27 16:02:40 +02:00
parent 745062d11c
commit 1fbb2740f4

View File

@@ -35,13 +35,13 @@ LATENCY = 0.0
# 'slit': exit slit (default: unchanged)
# 'position': 'reference' or 'sample'
REFERENCE_POSITION = {'X': -2.5 ,'Y': 0, 'Z': 118, 'Theta': -6.2, 'Tilt': -2.0, 'Phi': 0}
SAMPLE_POSITION = {'X': -2.5 ,'Y': 0.1, 'Z': 115, 'Theta': -6.2, 'Tilt': -2.0, 'Phi': 0}
REFERENCE_POSITION = {'X': -2.5 ,'Y': 0., 'Z': 118., 'Theta': -6.2, 'Tilt': -2.0, 'Phi': 0.}
SAMPLE_POSITION = {'X': -2.5 ,'Y': 0.1, 'Z': 115., 'Theta': -6.2, 'Tilt': -2.0, 'Phi': 0.}
REGION1 = {'name': 'AuFermi', 'ephot': 281. , 'elo': 138.5, 'ehi':140, 'estep': 0.01, 'epass': 10., 'tstep': 1., 'iter': 1, 'cis': False, 'position': 'reference'}
REGION2 = {'name': 'VB','ephot': 280., 'elo': 138.4, 'ehi':139.8, 'estep':0.01, 'epass': 10., 'tstep': 4., 'iter': 1, 'cis': False, 'position': 'sample'}
REGION3 = {'name': 'As3d','ephot': 280., 'elo': 96., 'ehi':101.0, 'estep':0.05, 'epass': 10., 'tstep': 1., 'iter': 1, 'cis': False, 'position': 'sample'}
REGION4 = {'name': 'As3d*','ephot': 280., 'elo': 106., 'ehi':111.0, 'estep':0.05, 'epass': 10., 'tstep': 1., 'iter': 1, 'cis': False, 'position': 'sample'}
REGION1 = {'name': 'AuFermi', 'ephot': 281. , 'elo': 138.5, 'ehi':140, 'estep': 0.01, 'epass': 10., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION2 = {'name': 'VB','ephot': 280., 'elo': 138.4, 'ehi':139.8, 'estep':0.01, 'epass': 10., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION3 = {'name': 'As3d','ephot': 280., 'elo': 96., 'ehi':101.0, 'estep':0.05, 'epass': 10., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION4 = {'name': 'As3d*','ephot': 280., 'elo': 106., 'ehi':111.0, 'estep':0.05, 'epass': 10., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}
# list of region dictionaries to execute at each scan position
REGIONS = [REGION1, REGION2, REGION3, REGION4]