Script execution
This commit is contained in:
@@ -10,7 +10,7 @@ class FourCircleX04SA_V(YouGeometry):
|
||||
"""
|
||||
def __init__(self):
|
||||
YouGeometry.__init__(self, 'fourcv', {'phi': 0, 'chi': 0,})
|
||||
diffcalc.hkl.you.constraints.NUNAME = fourcv.motors[2].name
|
||||
#diffcalc.hkl.you.constraints.NUNAME = fourcv.motors[2].name
|
||||
|
||||
def physical_angles_to_internal_position(self, physical_angle_tuple):
|
||||
# mu, delta, nu, eta, chi, phi
|
||||
@@ -38,11 +38,18 @@ setup_axis('delta', delta.getMinValue(), 90) #delta.getMaxValue())
|
||||
setup_axis('gamma', gamma.getMinValue(), gamma.getMaxValue())
|
||||
setup_axis('omegaV', 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())
|
||||
"""
|
||||
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())
|
||||
|
||||
|
||||
|
||||
#for m in alpha, delta, gamma, omegaV:
|
||||
# setup_axis(m.name, m.getMinValue(), m.getMaxValue())
|
||||
|
||||
Reference in New Issue
Block a user