From e969a8c734db1b9db96961314fa4e6a9987f9859 Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Sun, 29 Nov 2020 19:13:24 +0100 Subject: [PATCH] Script execution --- script/test/MultipleXAS_trans_Andreas_adj.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/script/test/MultipleXAS_trans_Andreas_adj.py b/script/test/MultipleXAS_trans_Andreas_adj.py index 17f0ab1..f01512c 100644 --- a/script/test/MultipleXAS_trans_Andreas_adj.py +++ b/script/test/MultipleXAS_trans_Andreas_adj.py @@ -1,9 +1,8 @@ -positions = [ - ("pos_09", 2, -4.2), \ - ("pos_11", -13, -4.2) ] +positions = [ ("pos_09", 2, -4.2), \ + ("pos_11", -14, -4.2) ] for pos in positions: caput("X10DA-ES1-MA1:TRX", pos[1]) caput("X10DA-ES1-MA1:TRY", pos[2]) set_exec_pars(name = pos[0], reset = True) - run_fda("users/20201127_Vogelin/Fe_EXAFS_transmission_anox_fast.xml") + run_fda("users/20201127_Vogelin/Fe_EXAFS_transmission.xml")