From eefbc7f8ebedad0bfbeb560c7f899dc2deb6ecd2 Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Mon, 25 Jan 2021 16:23:48 +0100 Subject: [PATCH] Script execution --- script/test/MultipleXAS_trans_Andreas_adj.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/test/MultipleXAS_trans_Andreas_adj.py b/script/test/MultipleXAS_trans_Andreas_adj.py index 249ce09..ddc30fe 100644 --- a/script/test/MultipleXAS_trans_Andreas_adj.py +++ b/script/test/MultipleXAS_trans_Andreas_adj.py @@ -1,9 +1,9 @@ -positions = [ ("pos_07", 18, -4.2), \ - ("pos_09", 2, -4.2), \ - ("pos_11", -14, -4.2) ] +positions = [ ("pos_1", -27, 2.4), \ + ("pos_3", -27, 10.3), \ + ("pos_4", -27, 14.3) ] 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") + run_fda("users/20201127_Vogelin/SDD_EXAFS_fluo.xml")