Script execution

This commit is contained in:
gac-x03da
2019-08-23 22:40:58 +02:00
parent 8643eb3ebf
commit a6262d3fce
+8 -8
View File
@@ -13,20 +13,20 @@ MOTORS = [Eph]
#REGION_dummy = {'name': 'dummy', 'elo': 398., 'ehi': 405., 'estep': 1, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True}
#REGIONS_dummy = [REGION_dummy]
POSITIONS_1 = [400]
REGION_1 = {'name': 'B1s', 'ephot': 350, 'elo': 152., 'ehi': 160., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 6, 'cis': True}
POSITIONS_1 = [350]
REGION_1 = {'name': 'B1s', 'elo': 152., 'ehi': 160., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 6, 'cis': True}
REGIONS_1 = [REGION_1]
POSITIONS_2 = [400]
REGION_2 = {'name': 'C1s', 'ephot': 435, 'elo': 141., 'ehi': 151., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 3, 'cis': True}
POSITIONS_2 = [435]
REGION_2 = {'name': 'C1s', 'elo': 141., 'ehi': 151., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 3, 'cis': True}
REGIONS_2 = [REGION_2]
POSITIONS_3 = [400]
REGION_3 = {'name': 'Ag3d', 'ephot': 435, 'elo': 59., 'ehi': 66., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True}
POSITIONS_3 = [435]
REGION_3 = {'name': 'Ag3d', 'elo': 59., 'ehi': 66., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True}
REGIONS_3 = [REGION_3]
POSITIONS_4 = [400]
REGION_4 = {'name': 'N1s', 'ephot': 550, 'elo': 143., 'ehi': 149., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 6, 'cis': True}
POSITIONS_4 = [550]
REGION_4 = {'name': 'N1s', 'elo': 143., 'ehi': 149., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 6, 'cis': True}
REGIONS_4 = [REGION_4]