From d7fb5c9351a57758d09de95a35b4b5ef03500978 Mon Sep 17 00:00:00 2001 From: x10daop Date: Fri, 17 Mar 2017 07:24:52 +0100 Subject: [PATCH] Script execution --- script/MultipleFDAE-Fe-Patrick.py | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/script/MultipleFDAE-Fe-Patrick.py b/script/MultipleFDAE-Fe-Patrick.py index 7cac59f..0ebce10 100644 --- a/script/MultipleFDAE-Fe-Patrick.py +++ b/script/MultipleFDAE-Fe-Patrick.py @@ -1,13 +1,8 @@ -positions = [ ("Nr_9-Fe" ,6,12), \ - ("Nr_10-Fe" ,-12.5,5), \ - ("Nr_15-Fe" ,-16,-5), \ - ("Nr_16-Fe" ,-9,-4), \ - ("Nr_18-Fe" ,-2,-4.1), \ - ("Nr_19-Fe" ,5,-4), \ - ("Nr_11-Fe" ,15,-7), \ - ("Nr_17-Fe" ,15.1,1), \ - ("Nr20-Fe" ,17,11)] +positions = [ ("Nr_20-Ni" ,-18,-3), \ + ("Nr_17-Ni" ,-8,-1), \ + ("Nr_14-Ni" ,8.5,-0.5), \ + ("Nr_13-Ni-Redo" ,20,-2)] @@ -15,5 +10,5 @@ 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/Fe_EXAFS_fluo.xml") + run_fda("users/20170314_Andrey/Ni_EXAFS_fluo.xml")