Script execution

This commit is contained in:
gac-x04sa
2018-08-20 16:05:18 +02:00
parent 82d755802a
commit bfcb0ed3ea

View File

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