diff --git a/script/test/MultipleXAS_trans_Andreas_adj.py b/script/test/MultipleXAS_trans_Andreas_adj.py new file mode 100644 index 0000000..3825faa --- /dev/null +++ b/script/test/MultipleXAS_trans_Andreas_adj.py @@ -0,0 +1,23 @@ +positions = [ ("pos_02", 6.4, -13.2), \ + ("pos_03", 0, -13.2), \ + ("pos_04", -6.6, -13.2), \ + ("pos_05", -13, -13.2), \ + ("pos_06", -19.4, -13.2), \ + ("pos_07", 13, -4.2), \ + ("pos_08", 6.4, -4.2), \ + ("pos_09", 0, -4.2), \ + ("pos_10", -6.6, -4.2), \ + ("pos_11", -13, -4.2), \ + ("pos_12", -19.4, -4.2), \ + ("pos_13", 13, 4.8), \ + ("pos_14", 6.4, 4.8), \ + ("pos_15", 0, 4.8), \ + ("pos_16", -6.6, 4.8), \ + ("pos_17", -13, 4.8), \ + ("pos_18", -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")