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 ###################################################################################################