diff --git a/script/test/MultipleXAS_trans_Andreas_adj.py b/script/test/MultipleXAS_trans_Andreas_adj.py index 21f31ed..17f0ab1 100644 --- a/script/test/MultipleXAS_trans_Andreas_adj.py +++ b/script/test/MultipleXAS_trans_Andreas_adj.py @@ -1,9 +1,9 @@ -positions = [ ("pos_01", 18, -13.2), \ - ("pos_02", 10, -13.2), \ - ("pos_04", -6, -13.2) ] +positions = [ + ("pos_09", 2, -4.2), \ + ("pos_11", -13, -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.xml") + run_fda("users/20201127_Vogelin/Fe_EXAFS_transmission_anox_fast.xml")