From 5a94dd6f07c69704d8ae370edfe75a7a4d3e3406 Mon Sep 17 00:00:00 2001 From: x10daop Date: Mon, 3 Apr 2017 11:19:27 +0200 Subject: [PATCH] Closedown --- script/MultipleFDAE-Ni-Patrick.py | 13 ++++++++++--- script/MultipleFDAExemple.py | 4 +++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/script/MultipleFDAE-Ni-Patrick.py b/script/MultipleFDAE-Ni-Patrick.py index 49db1be..7cac59f 100644 --- a/script/MultipleFDAE-Ni-Patrick.py +++ b/script/MultipleFDAE-Ni-Patrick.py @@ -1,6 +1,13 @@ -positions = [ ("Nr21-Ni" ,-5,-1), \ - ("Nr22-Ni" ,6,-1.1)] +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)] @@ -8,5 +15,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/Ni_EXAFS_fluo.xml") + run_fda("users/20170314_Andrey/Fe_EXAFS_fluo.xml") diff --git a/script/MultipleFDAExemple.py b/script/MultipleFDAExemple.py index 9985b7c..4a45a71 100644 --- a/script/MultipleFDAExemple.py +++ b/script/MultipleFDAExemple.py @@ -7,4 +7,6 @@ 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/Test.xml") + run_fda("users/20170314_Andrey/Fe_EXAFS_fluo.xml") + +