Script execution

This commit is contained in:
gac-x03da
2019-03-05 11:43:05 +01:00
parent e50ad07471
commit ffa372ff80

View File

@@ -48,8 +48,8 @@ LATENCY = 0.0
# front end 4x6 mm2
# 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]
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 = [REG2]
#REGIONS = [REG1, REG2]