From 0d0d8adbf608ce15844d41b6c34c7dd2138a4c74 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sat, 2 Mar 2019 22:27:12 +0100 Subject: [PATCH] Script execution --- script/users/X-Treme_XPSScan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/users/X-Treme_XPSScan.py b/script/users/X-Treme_XPSScan.py index 678c3708..7c694a5e 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] - +""" """ # front end 3x4 mm2 @@ -73,14 +73,14 @@ REG7 = {'name': '810eV_VBzoom', 'elo': 803.0, 'ehi': 807.0, 'estep': 0.005, 'epa REGIONS = [REG1, REG2, REG3, REG4, REG5, REG6, REG7] """ -""" + # Ephot = 1600 eV; if 'ephot' is not specified in the region, it will not be set!! # front end 3x4 mm2 REG1 = {'name': '1600eV_survey', 'elo': 100.0, 'ehi': 1600.0, 'estep': 1.0, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'cis': True} REG2 = {'name': '1600eV_Mg1s' , 'elo': 272.0, 'ehi': 312.0, 'estep': 0.02, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'cis': True} REG3 = {'name': '1600eV_Ag3d1' , 'elo': 1217.0, 'ehi': 1231.0, 'estep': 0.02, 'epass': 100., 'tstep': 0.5, 'iter': 1, 'cis': True} REGIONS = [REG1, REG2, REG3] -""" + # # list of region dictionaries to execute at each scan position