Script execution

This commit is contained in:
gac-x03da
2019-03-24 07:36:32 +01:00
parent 1e6ace6f1f
commit dc35e1950e

View File

@@ -13,11 +13,11 @@ 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 = [70]
POSITIONS_1 = [435]
REGION_1 = {'name': 'VB', 'elo': 121., 'ehi': 133., 'estep': 1, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True}
REGIONS_1 = [REGION_1]
POSITIONS_2 = [69]
POSITIONS_2 = [435]
REGION_2 = {'name': 'VB', 'elo': 55., 'ehi': 68., 'estep': 1, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True}
REGIONS_2 = [REGION_2]