From f1279233eb966fda916b71de56bb293ab45f823e Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 20 Jul 2020 14:26:36 +0200 Subject: [PATCH] Script execution --- script/users/TUM/TUM_MultiXPS_2020.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/script/users/TUM/TUM_MultiXPS_2020.py b/script/users/TUM/TUM_MultiXPS_2020.py index f297f079..7f38cc49 100644 --- a/script/users/TUM/TUM_MultiXPS_2020.py +++ b/script/users/TUM/TUM_MultiXPS_2020.py @@ -18,9 +18,9 @@ ranges = [] #ranges.append(rs) # N 1s -#rs = RangeSelection(140.0, 154.0) -#rs.setVars([0.25, 0.05, 10, 550.]) #Time, Size, Iteration, photon energy -#ranges.append(rs) +rs = RangeSelection(140.0, 154.0) +rs.setVars([0.25, 0.05, 10, 550.]) #Time, Size, Iteration, photon energy +ranges.append(rs) # Ag 3d calibration for N 1s #rs = RangeSelection(168.0, 180.0) @@ -38,9 +38,9 @@ ranges = [] #ranges.append(rs) # Valence -rs = RangeSelection(47.0, 57.0) -rs.setVars([0.25, 0.05, 29, 60.]) #Time, Size, Iteration, photon energy -ranges.append(rs) +#rs = RangeSelection(47.0, 57.0) +#rs.setVars([0.25, 0.05, 29, 60.]) #Time, Size, Iteration, photon energy +#ranges.append(rs) # caution: do not insert multiple run commands in the same script!