From bfcb0ed3eaf77e70162da42e21bc8d1198b2984f Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Mon, 20 Aug 2018 16:05:18 +0200 Subject: [PATCH] Script execution --- script/test/TestFourcvTiny.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/script/test/TestFourcvTiny.py b/script/test/TestFourcvTiny.py index 0a4b376..31920a2 100644 --- a/script/test/TestFourcvTiny.py +++ b/script/test/TestFourcvTiny.py @@ -31,6 +31,16 @@ class FourCircleX04SA_V(YouGeometry): setup_diff(fourcv, energy, FourCircleX04SA_V()) print_axis_setup() + +setup_axis('alpha', alpha.getMinValue(), alpha.getMaxValue()) +setup_axis('delta', delta.getMinValue(), delta.getMaxValue()) +setup_axis('gam', gamma.getMinValue(), gamma.getMaxValue()) +setup_axis('omegaV', omegaV.getMinValue(), omegaV.getMaxValue()) + +#for m in alpha, delta, gamma, omegaV: +# setup_axis(m.name, m.getMinValue(), m.getMaxValue()) + + ###################################################################################################\ #Orientation ###################################################################################################