From e9cd248bc12080e02e79f603318ed0459f0b0519 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 4 Mar 2019 02:52:10 +0100 Subject: [PATCH] Script execution --- script/users/X-Treme_XPSScan.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/script/users/X-Treme_XPSScan.py b/script/users/X-Treme_XPSScan.py index d00f1767..16bd52ac 100644 --- a/script/users/X-Treme_XPSScan.py +++ b/script/users/X-Treme_XPSScan.py @@ -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 @@ -84,7 +84,7 @@ REG2 = {'name': '800eV_Ag3d', 'elo': 417.0, 'ehi': 431.0, 'estep': 0.05, 'epass' REGIONS = [REG1, REG2] """ - +""" # front end 3x4 mm2 # 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} @@ -92,13 +92,13 @@ REG2 = {'name': '810eV_Ag3d', 'elo': 427.0, 'ehi': 441.0, 'estep': 0.05, 'epass' REG3 = {'name': '810eV_O1s', 'elo': 270.0, 'ehi': 280.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} REG4 = {'name': '810eV_N1s', 'elo': 400.0, 'ehi': 416.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 3, 'slit' : 30, 'cis': True} -REG4b = {'name': '810eV_N1s', 'elo': 400.0, 'ehi': 416.0, 'estep': 0.05, 'epass': 50., 'tstep': 1, 'iter': 3, 'slit' : 30, 'cis': True} +#REG4b = {'name': '810eV_N1s', 'elo': 400.0, 'ehi': 416.0, 'estep': 0.05, 'epass': 50., 'tstep': 1, 'iter': 3, 'slit' : 30, 'cis': True} REG5 = {'name': '810eV_C1s', 'elo': 512.0, 'ehi': 528.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 3, 'slit' : 30, 'cis': True} # do not use REG6 = {'name': '810eV_VBcoarse', 'elo': 793.0, 'ehi': 807.0, 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 50, 'cis': True} REG7 = {'name': '810eV_VBzoom', 'elo': 803.0, 'ehi': 807.0, 'estep': 0.005, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 50, 'cis': True} -#REGIONS = [REG1, REG2, REG3, REG4, REG5, REG7] -REGIONS = [REG4b] - +REGIONS = [REG1, REG2, REG3, REG4, REG5, REG7] +#REGIONS = [REG4b] +""" """ # Ephot = 1600 eV; if 'ephot' is not specified in the region, it will not be set!!