From 188467221f9c6597946ddd2eb82c48663aa9be5d Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Sun, 29 Nov 2020 21:14:44 +0100 Subject: [PATCH] Script execution --- script/test/MultipleXAS_trans_Andreas.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/test/MultipleXAS_trans_Andreas.py b/script/test/MultipleXAS_trans_Andreas.py index 37dea94..d91b466 100644 --- a/script/test/MultipleXAS_trans_Andreas.py +++ b/script/test/MultipleXAS_trans_Andreas.py @@ -1,16 +1,16 @@ -positions = [ ("pos_01", 18, -13.2), \ +positions = [ ("pos_01", 17.5, -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_07", 17.5, -4.2), \ ("pos_08", 10, -4.2), \ ("pos_09", 2, -4.2), \ ("pos_10", -6, -4.2), \ ("pos_11", -14, -4.2), \ ("pos_12", -22, -4.2), \ - ("pos_13", 18, 4.8), \ + ("pos_13", 17.5, 4.8), \ ("pos_14", 10, 4.8), \ ("pos_15", 2, 4.8), \ ("pos_16", -6, 4.8), \