From df8d7f06c753b61d2157b0c93ffbb96bda0fca5f Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Sun, 29 Nov 2020 10:30:28 +0100 Subject: [PATCH] Script execution --- script/test/MultipleXAS_trans_Andreas_adj.py | 26 +++++++------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/script/test/MultipleXAS_trans_Andreas_adj.py b/script/test/MultipleXAS_trans_Andreas_adj.py index 3825faa..87fa3c7 100644 --- a/script/test/MultipleXAS_trans_Andreas_adj.py +++ b/script/test/MultipleXAS_trans_Andreas_adj.py @@ -1,20 +1,12 @@ -positions = [ ("pos_02", 6.4, -13.2), \ - ("pos_03", 0, -13.2), \ - ("pos_04", -6.6, -13.2), \ - ("pos_05", -13, -13.2), \ - ("pos_06", -19.4, -13.2), \ - ("pos_07", 13, -4.2), \ - ("pos_08", 6.4, -4.2), \ - ("pos_09", 0, -4.2), \ - ("pos_10", -6.6, -4.2), \ - ("pos_11", -13, -4.2), \ - ("pos_12", -19.4, -4.2), \ - ("pos_13", 13, 4.8), \ - ("pos_14", 6.4, 4.8), \ - ("pos_15", 0, 4.8), \ - ("pos_16", -6.6, 4.8), \ - ("pos_17", -13, 4.8), \ - ("pos_18", -19.4, 4.8) ] +positions = [ ("pos_01", 18, -13.2), \ + ("pos_02", 10, -13.2), \ + ("pos_03", 2, -13.2), \ + ("pos_04", -6, -13.2), \ + ("pos_05", -14, -13.2), \ + ("pos_06", -22, -13.2), \ + ("pos_07", 18, -4.2), \ + ("pos_08", 10, -4.2), \ + ("pos_09", 2, -4.2) ] for pos in positions: caput("X10DA-ES1-MA1:TRX", pos[1])