Script execution
This commit is contained in:
@@ -44,15 +44,15 @@ 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 = [REG2]
|
||||
REGIONS = [REG1]
|
||||
|
||||
#REGIONS = [REG1, REG2]
|
||||
"""
|
||||
|
||||
|
||||
"""
|
||||
DO NOT DO 80 eV ANY MORE # front end 3x4 mm2
|
||||
@@ -78,13 +78,13 @@ REG1 = {'name': '490eV_Dy4d', 'elo': 320.0, 'ehi': 340.0, 'estep': 0.05, 'epass'
|
||||
REGIONS = [REG1]
|
||||
"""
|
||||
|
||||
|
||||
"""
|
||||
# front end 3x4 mm2
|
||||
# Ephot = 810 eV; if 'ephot' is not specified in the region, it will not be set!!
|
||||
REG1 = {'name': '810eV_Tb4d', 'elo': 644.0, 'ehi': 657.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 5, 'slit' : 100, 'cis': True}
|
||||
REG2 = {'name': '810eV_Ag3d', 'elo': 427.0, 'ehi': 441.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True}
|
||||
REGIONS = [REG1]
|
||||
|
||||
"""
|
||||
|
||||
"""
|
||||
# front end 3x4 mm2
|
||||
|
||||
Reference in New Issue
Block a user