From 2c950b22bba5bc2457dfbc59885a815fd9f9e39b Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Mon, 16 Dec 2019 14:06:16 +0100 Subject: [PATCH] Script execution --- script/test/MultipleXAS_Fluo.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 script/test/MultipleXAS_Fluo.py diff --git a/script/test/MultipleXAS_Fluo.py b/script/test/MultipleXAS_Fluo.py new file mode 100644 index 0000000..a80bc89 --- /dev/null +++ b/script/test/MultipleXAS_Fluo.py @@ -0,0 +1,16 @@ + +positions = [ ("289401", 1.9,12.85), \ + ("304521", 1.9,8.13), \ + ("303872", 1.9,3.07), \ + ("304086", 1.9,-1.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/20190827_Craig/EXAFS_Ta_FALCON.xml")