From 703ed637e58d376922e0991db3db98098508d546 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 13 Jul 2020 00:43:01 +0200 Subject: [PATCH] Script execution --- script/users/TUM/TUM_MultiXPS_2020_pre_N_NEXAFS.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/script/users/TUM/TUM_MultiXPS_2020_pre_N_NEXAFS.py b/script/users/TUM/TUM_MultiXPS_2020_pre_N_NEXAFS.py index 35a4bf53..58567b58 100644 --- a/script/users/TUM/TUM_MultiXPS_2020_pre_N_NEXAFS.py +++ b/script/users/TUM/TUM_MultiXPS_2020_pre_N_NEXAFS.py @@ -2,6 +2,11 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection ranges = [] +# Co 2p +rs = RangeSelection(154, 172) +rs.setVars([0.25, 0.05, 3, 950.]) #Time, Size, Iteration, photon energy +ranges.append(rs) + # N 1s rs = RangeSelection(144.0, 150.0) rs.setVars([0.25, 0.05, 2, 550.]) #Time, Size, Iteration, photon energy @@ -17,6 +22,10 @@ rs = RangeSelection(256.0, 264.0) rs.setVars([0.25, 0.05, 2, 550.]) #Time, Size, Iteration, photon energy ranges.append(rs) +# Co 2p +#rs = RangeSelection(154, 172) +#rs.setVars([0.25, 0.05, 3, 950.]) #Time, Size, Iteration, photon energy +#ranges.append(rs) # caution: do not insert multiple run commands in the same script!