Script execution

This commit is contained in:
gac-x03da
2019-03-03 10:57:46 +01:00
parent 15ee86546c
commit 5a1c3db2ca

View File

@@ -44,13 +44,13 @@ LATENCY = 0.0
######### X-TREME samples ##############
"""
# 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]
"""
"""
DO NOT DO 80 eV ANY MORE # front end 3x4 mm2
@@ -60,6 +60,13 @@ REG2 = {'name': 'VB_80eV_zoom', 'elo': 72.0, 'ehi': 76.0, 'estep': 0.002, 'epass
REGIONS = [REG1, REG2]
"""
# front end 3x4 mm2
# Ephot = 510 eV; if 'ephot' is not specified in the region, it will not be set!!
REG1 = {'name': '510eV_Dy4d', 'elo': 340.0, 'ehi': 360.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
REG2 = {'name': '510eV_Ag3d', 'elo': 127.0, 'ehi': 141.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
"""
# front end 3x4 mm2
# Ephot = 810 eV; if 'ephot' is not specified in the region, it will not be set!!