Script execution
This commit is contained in:
@@ -44,19 +44,19 @@ LATENCY = 0.0
|
||||
|
||||
######### X-TREME samples ##############
|
||||
|
||||
|
||||
"""
|
||||
# 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' : 50, 'cis': True}
|
||||
REG2 = {'name': '62eV_VBzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 2, 'slit' : 50, 'cis': True}
|
||||
REGIONS = [REG1, REG2]
|
||||
|
||||
|
||||
"""
|
||||
|
||||
|
||||
# Ephot = 80 eV; if 'ephot' is not specified in the region, it will not be set!!
|
||||
REG1 = {'name': 'VB_80eV_coarse', 'elo': 67.0, 'ehi': 76.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 1, 'slit' : 50, 'cis': True}
|
||||
REG2 = {'name': 'VB_80eV_zoom', 'elo': 72.0, 'ehi': 76.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 2, 'slit' : 50, 'cis': True}
|
||||
REGIONS = [REG1, REG2]
|
||||
"""
|
||||
|
||||
|
||||
"""
|
||||
# Ephot = 800 eV; if 'ephot' is not specified in the region, it will not be set!!
|
||||
|
||||
Reference in New Issue
Block a user