This commit is contained in:
gac-x10da
2019-02-26 09:40:26 +01:00
parent d1fc276caf
commit 06e8d4451e
7 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
positions = [ ("Nr_14-Ni" ,8.5,-0.5), \
("Nr_13-Ni-Redo" ,20,-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/20170314_Andrey/Ni_EXAFS_fluo.xml")