Script execution

This commit is contained in:
gac-x03da
2019-03-03 12:36:28 +01:00
parent caafcd626f
commit aad6aac344

View File

@@ -79,7 +79,7 @@ REGIONS = [REG1]
# front end 3x4 mm2
# Ephot = 800 eV; if 'ephot' is not specified in the region, it will not be set!!
REG1 = {'name': '800eV_Dy4d', 'elo': 634.0, 'ehi': 646.0, 'estep': 1.0, 'epass': 50., 'tstep': 0.5, 'iter': 3, 'slit' : 100, 'cis': True}
REG1 = {'name': '800eV_Dy4d', 'elo': 634.0, 'ehi': 646.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 3, 'slit' : 100, 'cis': True}
REG2 = {'name': '800eV_Ag3d', 'elo': 417.0, 'ehi': 431.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REGIONS = [REG1, REG2]