Script execution

This commit is contained in:
gac-x03da
2019-08-24 08:28:13 +02:00
parent 92cadc1af4
commit fabda4f0d7

View File

@@ -21,17 +21,17 @@ MOTORS = [Eph]
#REGION_1 = {'name': 'C1s', 'elo': 141., 'ehi': 151., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 3, 'cis': True}
#REGIONS_1 = [REGION_1]
POSITIONS_1 = [350]
REGION_1 = {'name': 'B1s', 'elo': 152., 'ehi': 160., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 15 , 'cis': True}
REGIONS_1 = [REGION_1]
#POSITIONS_1 = [350]
#REGION_1 = {'name': 'B1s', 'elo': 152., 'ehi': 160., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 15 , 'cis': True}
#REGIONS_1 = [REGION_1]
POSITIONS_2 = [350]
REGION_2 = {'name': 'Ag3d', 'elo': 260., 'ehi': 264., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True}
REGIONS_2 = [REGION_2]
#POSITIONS_2 = [350]
#REGION_2 = {'name': 'Ag3d', 'elo': 260., 'ehi': 264., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True}
#REGIONS_2 = [REGION_2]
POSITIONS_3 = [350]
REGION_3 = {'name': 'Cl2p', 'elo': 141., 'ehi': 149., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 10, 'cis': True}
REGIONS_3 = [REGION_3]
#POSITIONS_3 = [350]
#REGION_3 = {'name': 'Cl2p', 'elo': 141., 'ehi': 149., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 10, 'cis': True}
#REGIONS_3 = [REGION_3]
POSITIONS_4 = [190]
REGION_4 = {'name': 'Br3d', 'elo': 113., 'ehi': 121., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 10, 'cis': True}