From 4152fe33c1c1fd8e5ac27288cbe026b4b1778115 Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Fri, 27 Nov 2020 14:08:18 +0100 Subject: [PATCH] Script execution --- script/test/MultipleXAS_trans_Andreas.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 script/test/MultipleXAS_trans_Andreas.py diff --git a/script/test/MultipleXAS_trans_Andreas.py b/script/test/MultipleXAS_trans_Andreas.py new file mode 100644 index 0000000..0a25a98 --- /dev/null +++ b/script/test/MultipleXAS_trans_Andreas.py @@ -0,0 +1,18 @@ + +positions = [ ("289381", 13,4.8), \ + ("3289432", 6.4,4.8), \ + ("283796", 0,4.8), \ + ("289381", -6.6,4.8), \ + ("3289432", -13,4.8), \ + ("283796", -19.4,4.8) ] + + + + + + +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.xml")