From 5a1c3db2ca2d814bbc4ff2683585fec5a8a1429a Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 3 Mar 2019 10:57:46 +0100 Subject: [PATCH] Script execution --- script/users/X-Treme_XPSScan.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/script/users/X-Treme_XPSScan.py b/script/users/X-Treme_XPSScan.py index 7c64a09a..1bd1725c 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 @@ -60,6 +60,13 @@ REG2 = {'name': 'VB_80eV_zoom', 'elo': 72.0, 'ehi': 76.0, 'estep': 0.002, 'epass REGIONS = [REG1, REG2] """ + +# front end 3x4 mm2 +# Ephot = 510 eV; if 'ephot' is not specified in the region, it will not be set!! +REG1 = {'name': '510eV_Dy4d', 'elo': 340.0, 'ehi': 360.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} +REG2 = {'name': '510eV_Ag3d', 'elo': 127.0, 'ehi': 141.0, 'estep': 0.05, 'epass': 50., 'tstep': 0.5, 'iter': 1, 'slit' : 30, 'cis': True} + + """ # front end 3x4 mm2 # Ephot = 810 eV; if 'ephot' is not specified in the region, it will not be set!!