Script execution

This commit is contained in:
gac-x10da
2020-11-27 12:45:14 +01:00
parent 78f5b68b94
commit ee144624bf
+4 -4
View File
@@ -1,8 +1,8 @@
positions = [ ("289381", 1.5,0), \
("3289432", 1.9,10.8), \
("283796", 1.9,4.49), \
("283864", 1.9,-1.89) ]
("3289432", 1.9,0.1), \
("283796", 1.9,0.2), \
("283864", 1.9,0.3) ]
@@ -13,4 +13,4 @@ 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_test.xml")