Script execution

This commit is contained in:
gac-x03da
2019-08-24 00:12:23 +02:00
parent 3d83616533
commit 174ae066d9

View File

@@ -21,17 +21,17 @@ POSITIONS_1 = [435]
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_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_2 = [435]
REGION_2 = {'name': 'Ag3d', 'elo': 59., 'ehi': 66., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True}
REGIONS_2 = [REGION_2]
#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]
POSITIONS_5 = [650]
REGION_5 = {'name': 'O1s', 'elo': 102., 'ehi': 120., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 6, 'cis': True}
REGIONS_5 = [REGION_3]
POSITIONS_3 = [650]
REGION_3 = {'name': 'O1s', 'elo': 102., 'ehi': 120., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 6, 'cis': True}
REGIONS_3 = [REGION_3]
CLOSE_SHUTTER_AT_END = True