From eb333d4f26cde048e81e601c0e2120b271260d77 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 2 Jul 2023 12:07:59 +0200 Subject: [PATCH] Script execution --- script/users/heinrich/xps-GeTeCu-Ek120.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/users/heinrich/xps-GeTeCu-Ek120.py b/script/users/heinrich/xps-GeTeCu-Ek120.py index d528b4f0..64975556 100644 --- a/script/users/heinrich/xps-GeTeCu-Ek120.py +++ b/script/users/heinrich/xps-GeTeCu-Ek120.py @@ -26,7 +26,7 @@ rs.setVars([0.3, 0.05, 3, 179.]) #Time, Size, Iteration, photon energy ranges.append(rs) # Al 2p -rs = RangeSelection(115.0,125.0) +rs = RangeSelection(110.0,130.0) rs.setVars([0.3, 0.05, 3, 200.]) #Time, Size, Iteration, photon energy ranges.append(rs) @@ -36,7 +36,7 @@ ranges.append(rs) #ranges.append(rs) # C 1s -rs = RangeSelection(115.0,125.0) +rs = RangeSelection(110.0,130.0) rs.setVars([0.3, 0.05, 3, 409.]) #Time, Size, Iteration, photon energy ranges.append(rs)