diff --git a/script/users/X-Treme_XPSScan.py b/script/users/X-Treme_XPSScan.py index ea94d4a4..dc8e2263 100644 --- a/script/users/X-Treme_XPSScan.py +++ b/script/users/X-Treme_XPSScan.py @@ -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!!