From 98a67ffb638550af1d9a16556192a2570e28fa6d Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 31 Jan 2021 09:02:07 +0100 Subject: [PATCH] Script execution --- script/users/TUM/P_Au111.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/script/users/TUM/P_Au111.py b/script/users/TUM/P_Au111.py index 975d956b..8c566f8a 100644 --- a/script/users/TUM/P_Au111.py +++ b/script/users/TUM/P_Au111.py @@ -2,10 +2,15 @@ import ch.psi.pshell.plot.RangeSelectionPlot.RangeSelection as RangeSelection ranges = [] +# C 1s +rs = RangeSelection(128.5, 134.5) +rs.setVars([0.25, 0.025, 10, 420.]) #Time, Size, Iteration, photon energy +ranges.append(rs) + # dummy -#rs = RangeSelection(144.0, 145.0) -#rs.setVars([0.25, 1, 1, 250.]) #Time, Size, Iteration, photon energy -#ranges.append(rs) +rs = RangeSelection(144.0, 145.0) +rs.setVars([0.25, 1, 1, 300.]) #Time, Size, Iteration, photon energy +ranges.append(rs) # Bi 4f #rs = RangeSelection(, ) #rs.setVars([0.25, 0.025, 20, 300.]) #Time, Size, Iteration, photon energy