Script execution
This commit is contained in:
@@ -29,7 +29,7 @@ class FourCircleX04SA_V(YouGeometry):
|
||||
###################################################################################################
|
||||
|
||||
#alpha, delta, gamma, omegaV
|
||||
setup_diff(fourcv, energy, FourCircleX04SA_V(), ("mu", "delta", "nu", "eta"))
|
||||
setup_diff(fourcv, energy, FourCircleX04SA_V(), ("mu", "delta", "gam", "eta"))
|
||||
print_axis_setup()
|
||||
|
||||
"""
|
||||
@@ -44,10 +44,10 @@ setup_axis('delta', delta.getMinValue(), 90) #delta.getMaxValue())
|
||||
setup_axis('gamma', gamma.getMinValue(), gamma.getMaxValue())
|
||||
setup_axis('omegaV', omegaV.getMinValue(), omegaV.getMaxValue())
|
||||
"""
|
||||
setup_axis('mu', alpha.getMinValue(), alpha.getMaxValue())
|
||||
setup_axis('delta', delta.getMinValue(), 90) #delta.getMaxValue())
|
||||
setup_axis('nu', gamma.getMinValue(), gamma.getMaxValue())
|
||||
setup_axis('eta', omegaV.getMinValue(), omegaV.getMaxValue())
|
||||
setup_axis(alpha, alpha.getMinValue(), alpha.getMaxValue())
|
||||
setup_axis(delta, delta.getMinValue(), 90) #delta.getMaxValue())
|
||||
setup_axis(gamma, gamma.getMinValue(), gamma.getMaxValue())
|
||||
setup_axis(omegaV, omegaV.getMinValue(), omegaV.getMaxValue())
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user