From ca61d0898de601467be09abb8fe95230c3a54c72 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 20 Jul 2020 10:54:46 +0200 Subject: [PATCH] Script execution --- script/users/TUM/TUM_MultiXPS_2020.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/TUM/TUM_MultiXPS_2020.py b/script/users/TUM/TUM_MultiXPS_2020.py index ff274a20..4f9bfce0 100644 --- a/script/users/TUM/TUM_MultiXPS_2020.py +++ b/script/users/TUM/TUM_MultiXPS_2020.py @@ -38,9 +38,9 @@ rs.setVars([0.25, 0.05, 3, 435.]) #Time, Size, Iteration, photon energy ranges.append(rs) # Valence -#rs = RangeSelection(47.0, 57.0) -#rs.setVars([0.25, 0.05, 40, 60.]) #Time, Size, Iteration, photon energy -#ranges.append(rs) +rs = RangeSelection(47.0, 57.0) +rs.setVars([0.25, 0.05, 40, 60.]) #Time, Size, Iteration, photon energy +ranges.append(rs) # caution: do not insert multiple run commands in the same script!