Script execution

This commit is contained in:
gac-x03da
2018-03-20 06:49:00 +01:00
parent 770968b47c
commit 7a1da7c3a6

View File

@@ -10,7 +10,7 @@ THETA_RANGE = (-9.0, 81.0) # (tuple (min, max))
STEPS = (40.0, 1.0) # (tuple (phi, theta))
ZIGZAG = True
REGION1 = {'name': 'N1s', 'elo': 95.5, 'ehi': 98.5, 'estep': 0.05, 'epass': 50, 'tstep': 0.6, 'iter': 1, 'cis': True, 'slit': 200}
REGION1 = {'name': 'N1s', 'elo': 96.0, 'ehi': 98.8, 'estep': 0.05, 'epass': 50, 'tstep': 0.6, 'iter': 1, 'cis': True, 'slit': 200}
REGION2 = {'name': 'C1s', 'elo': 208.0, 'ehi': 213.0, 'estep': 0.05, 'epass': 50, 'tstep': 0.5, 'iter': 1, 'cis': True, 'slit': 200}
REGIONS = [REGION1, REGION2]