diff --git a/script/users/X-Treme_XPSScan.py b/script/users/X-Treme_XPSScan.py index dc8e2263..9ec0da04 100644 --- a/script/users/X-Treme_XPSScan.py +++ b/script/users/X-Treme_XPSScan.py @@ -51,12 +51,12 @@ REG2 = {'name': '62eV_VBzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epass' 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!! @@ -71,6 +71,14 @@ REG7 = {'name': '800eV_VBzoom', 'elo': 793.0, 'ehi': 797.0, 'estep': 0.002, 'epa REGIONS = [REG1, REG2, REG3, REG4, REG5, REG6, REG7] """ + +# Ephot = 810 eV; if 'ephot' is not specified in the region, it will not be set!! +#REG1 = {'name': '810eV_survey', 'elo': 60.0, 'ehi': 810.0, 'estep': 1.0, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} +REG1 = {'name': '810eV_Ag3d', 'elo': 427.0, 'ehi': 441.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} +REG2 = {'name': '800eV_C1s', 'elo': 512.0, 'ehi': 528.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 2, 'slit' : 30, 'cis': True} +REGIONS = [REG1, REG2] + + """ # Ephot = 1600 eV; if 'ephot' is not specified in the region, it will not be set!! REG1 = {'name': '1600eV_survey', 'elo': 100.0, 'ehi': 1600.0, 'estep': 1.0, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'cis': True}