Script execution

This commit is contained in:
gac-x03da
2019-03-05 18:07:49 +01:00
parent 8bafab6310
commit cf443e2044

View File

@@ -49,7 +49,7 @@ LATENCY = 0.0
# Ephot = 62 eV; if 'ephot' is not specified in the region, it will not be set!!
REG1 = {'name': '62eV_VBcoarse', 'elo': 49.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 1, 'slit' : 100, 'cis': True}
REG2 = {'name': '62eV_VBzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 2, 'slit' : 100, 'cis': True}
REGIONS = [REG1]
REGIONS = [REG2]
#REGIONS = [REG1, REG2]