From 20b4774d09ef355b9de70c7c983f329d4c1f99a7 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 2 Jul 2023 14:51:42 +0200 Subject: [PATCH] Script execution --- script/users/heinrich/xps-GeTeCu-Ek120.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/heinrich/xps-GeTeCu-Ek120.py b/script/users/heinrich/xps-GeTeCu-Ek120.py index bfb0ade5..205299e4 100644 --- a/script/users/heinrich/xps-GeTeCu-Ek120.py +++ b/script/users/heinrich/xps-GeTeCu-Ek120.py @@ -11,17 +11,17 @@ rs.setVars([0.3, 0.05, 3, 143.]) #Time, Size, Iteration, photon energy ranges.append(rs) # Ge 3d -rs = RangeSelection(110.0,130.0) +rs = RangeSelection(112.0,128.0) rs.setVars([0.3, 0.05, 3, 155.]) #Time, Size, Iteration, photon energy ranges.append(rs) # Mn 3p, Te 4d -rs = RangeSelection(110.0,130.0) +rs = RangeSelection(112.0,128.0) rs.setVars([0.3, 0.05, 3, 169.]) #Time, Size, Iteration, photon energy ranges.append(rs) # Se 3d -rs = RangeSelection(110.0,130.0) +rs = RangeSelection(112.0,128.0) rs.setVars([0.3, 0.05, 3, 179.]) #Time, Size, Iteration, photon energy ranges.append(rs)