From 402f191e75a3dda521ac2f8b151d484e20038e28 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 13 Jul 2020 14:30:58 +0200 Subject: [PATCH] Script execution --- script/users/TUM/HAT_MultiXPS_2020.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/script/users/TUM/HAT_MultiXPS_2020.py b/script/users/TUM/HAT_MultiXPS_2020.py index 8230a9ae..c41581be 100644 --- a/script/users/TUM/HAT_MultiXPS_2020.py +++ b/script/users/TUM/HAT_MultiXPS_2020.py @@ -2,14 +2,20 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection ranges = [] + +# N 1s +rs = RangeSelection(153.0, 167.0) +rs.setVars([0.25, 0.05, 2, 560.]) #Time, Size, Iteration, photon energy +ranges.append(rs) + # N 1s rs = RangeSelection(143.0, 157.0) rs.setVars([0.25, 0.05, 10, 550.]) #Time, Size, Iteration, photon energy ranges.append(rs) #Cu 3s for N 1s -rs = RangeSelection(418, 428) -rs.setVars([0.25, 0.05, 1, 550.]) #Time, Size, Iteration, photon energy +rs = RangeSelection(420.5, 425.5) +rs.setVars([0.25, 0.05, 4, 550.]) #Time, Size, Iteration, photon energy ranges.append(rs) # C 1s