From 5c559827d81bb7dfd52673dc13d2ac75e8264ce9 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 13 Jul 2020 12:41:03 +0200 Subject: [PATCH] Script execution --- script/users/TUM/HAT_MultiXPS_2020.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/script/users/TUM/HAT_MultiXPS_2020.py b/script/users/TUM/HAT_MultiXPS_2020.py index 99486965..87d7129a 100644 --- a/script/users/TUM/HAT_MultiXPS_2020.py +++ b/script/users/TUM/HAT_MultiXPS_2020.py @@ -2,12 +2,12 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection ranges = [] -#Cu 2p +#Na 1s rs = RangeSelection(18, 32) rs.setVars([0.25, 0.05, 1, 1100.]) #Time, Size, Iteration, photon energy ranges.append(rs) -#Na 1s +#Cu 2p rs = RangeSelection(158, 172) rs.setVars([0.25, 0.05, 10, 1100.]) #Time, Size, Iteration, photon energy ranges.append(rs) @@ -32,7 +32,10 @@ rs = RangeSelection(340., 350.) rs.setVars([0.25, 0.05, 3, 350.]) #Time, Size, Iteration, photon energy ranges.append(rs) - +# S 2p +rs = RangeSelection(138.5, 148.5) +rs.setVars([0.25, 0.05, 10, 310.]) #Time, Size, Iteration, photon energy +ranges.append(rs) # C 1s rs = RangeSelection(151.0, 165.0)