From 6f40447d0461baf68ead6d06681d3310f12339bc Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 1 Mar 2019 18:46:20 +0100 Subject: [PATCH] Script execution --- script/users/X-Treme_XPSScan.py | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/script/users/X-Treme_XPSScan.py b/script/users/X-Treme_XPSScan.py index 23a5af67..8506a471 100644 --- a/script/users/X-Treme_XPSScan.py +++ b/script/users/X-Treme_XPSScan.py @@ -44,21 +44,30 @@ 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' : 30, 'cis': True} +REG2 = {'name': '62eV_VBzoom', 'elo': 54.0, 'ehi': 58.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 2, 'slit' : 30, '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, 'cis': True} #REG2 = {'name': 'VB_80eV_zoom', 'elo': 72.0, 'ehi': 76.0, 'estep': 0.002, 'epass': 10., 'tstep': 0.5, 'iter': 2, 'cis': True} #REGIONS = [REG1, REG2] +""" +""" # Ephot = 800 eV; if 'ephot' is not specified in the region, it will not be set!! REG1 = {'name': '800eV_survey', 'elo': 50.0, 'ehi': 800.0, 'estep': 1.0, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} -REG2 = {'name': '800eV_Ag3d', 'elo': 417.0, 'ehi': 424.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} +REG2 = {'name': '800eV_Ag3d', 'elo': 417.0, 'ehi': 431.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} REG3 = {'name': '800eV_O1s', 'elo': 260.0, 'ehi': 270.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} REG4 = {'name': '800eV_N1s', 'elo': 390.0, 'ehi': 406.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} REG5 = {'name': '800eV_C1s', 'elo': 500.0, 'ehi': 516.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} REG6 = {'name': '800eV_VBcoarse', 'elo': 783.0, 'ehi': 797.0, 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} -REG7 = {'name': '800eV_VBzoom', 'elo': 793.0, 'ehi': 797.0, 'estep': 0.02, 'epass': 50., 'tstep': 0.5, 'iter': 2, 'slit' : 30, 'cis': True} +# here we need to decide if it should be 0.02 or 0.002 in REG7 +REG7 = {'name': '800eV_VBzoom', 'elo': 793.0, 'ehi': 797.0, 'estep': 0.002, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} REGIONS = [REG1, REG2, REG3, REG4, REG5, REG6, REG7] - +""" """ # Ephot = 1600 eV; if 'ephot' is not specified in the region, it will not be set!!