From 38638447b4bea46269c3842ddef30cb274ec3926 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 10 Jul 2020 11:03:28 +0200 Subject: [PATCH] Script execution --- script/users/TUM/TUM_MultiXPS_2020_preNEXAFS.py | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/script/users/TUM/TUM_MultiXPS_2020_preNEXAFS.py b/script/users/TUM/TUM_MultiXPS_2020_preNEXAFS.py index 351a91e0..0d7d72a6 100644 --- a/script/users/TUM/TUM_MultiXPS_2020_preNEXAFS.py +++ b/script/users/TUM/TUM_MultiXPS_2020_preNEXAFS.py @@ -3,24 +3,20 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection ranges = [] # N 1s -rs = RangeSelection(140.0, 154.0) -rs.setVars([0.25, 0.05, 2, 550.]) #Time, Size, Iteration, photon energy +rs = RangeSelection(368.0, 374.0) +rs.setVars([0.25, 0.05, 2, 774.]) #Time, Size, Iteration, photon energy ranges.append(rs) # Ag 3d calibration for N 1s -rs = RangeSelection(168.0, 180.0) -rs.setVars([0.25, 0.05, 1, 550.]) #Time, Size, Iteration, photon energy +rs = RangeSelection(392.0, 404.0) +rs.setVars([0.25, 0.05, 1, 774.]) #Time, Size, Iteration, photon energy ranges.append(rs) # C 1s -rs = RangeSelection(136.0, 150.0) -rs.setVars([0.25, 0.05, 2, 435.]) #Time, Size, Iteration, photon energy +rs = RangeSelection(480.0, 488.0) +rs.setVars([0.25, 0.05, 2, 774.]) #Time, Size, Iteration, photon energy ranges.append(rs) -# Fermi edge for C 1s -rs = RangeSelection(425.0, 435.0) -rs.setVars([0.25, 0.05, 2, 435.]) #Time, Size, Iteration, photon energy -ranges.append(rs) # caution: do not insert multiple run commands in the same script!