Script execution

This commit is contained in:
gac-x03da
2022-10-08 00:55:15 +02:00
parent f764777289
commit ba1be4942b

View File

@@ -21,7 +21,7 @@ MOTORS = [dummy]
# number of cycles (integer - not decimal point!)
# (actual number of cycles is + 1)
NUMBER_OF_CYCLES = 10
NUMBER_OF_CYCLES = 30
POSITIONS = [1., 10., NUMBER_OF_CYCLES]
SCAN = 'lscan'
@@ -58,7 +58,7 @@ SAMPLE_POSITION = {'X': -1.4,'Y': -0.2, 'Z': 116., 'Theta': -9., 'Tilt': -2.0, '
#REGION4 = {'name': 'In3d','ephot': 578., 'elo': 119., 'ehi':124., 'estep':0.02, 'epass': 50., 'tstep': 0.1, 'iter': 1, 'cis': False, 'position': 'sample'}
# REGIONS for 1050 eV
REGION1 = {'name': 'Cu3p', 'ephot': 1050., 'elo': 964., 'ehi':974, 'estep': 0.02, 'epass': 50., 'tstep': 0.4, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION1 = {'name': 'Cu3p', 'ephot': 1050., 'elo': 964., 'ehi':974, 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'cis': False, 'position': 'reference'}
REGION2 = {'name': 'In4d','ephot': 1050., 'elo': 1024.5, 'ehi':1031., 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION3 = {'name': 'As3d','ephot': 1050., 'elo': 1002., 'ehi':1007.5, 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}
REGION4 = {'name': 'In3d','ephot': 1050., 'elo': 591., 'ehi':596., 'estep':0.02, 'epass': 50., 'tstep': 0.2, 'iter': 1, 'cis': False, 'position': 'sample'}