mailr9101 - /branches/frame_order/maths_fns/frame_order_matrix_ops.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 19, 2009 - 16:05:
Author: bugman
Date: Fri Jun 19 16:05:14 2009
New Revision: 9101

URL: http://svn.gna.org/viewcvs/relax?rev=9101&view=rev
Log:
Fixed the arguments of compile_2nd_matrix_iso_cone().


Modified:
    branches/frame_order/maths_fns/frame_order_matrix_ops.py

Modified: branches/frame_order/maths_fns/frame_order_matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order/maths_fns/frame_order_matrix_ops.py?rev=9101&r1=9100&r2=9101&view=diff
==============================================================================
--- branches/frame_order/maths_fns/frame_order_matrix_ops.py (original)
+++ branches/frame_order/maths_fns/frame_order_matrix_ops.py Fri Jun 19 
16:05:14 2009
@@ -31,13 +31,19 @@
 from maths_fns.rotation_matrix import R_euler_zyz
 
 
-def compile_2nd_matrix_iso_cone(matrix, R, theta):
+def compile_2nd_matrix_iso_cone(matrix, R, alpha, beta, gamma, theta):
     """Generate the rotated 2nd degree Frame Order matrix.
 
     @param matrix:  The Frame Order matrix, 2nd degree to be populated.
     @type matrix:   numpy 9D, rank-2 array
     @param R:       The rotation matrix to be populated.
     @type R:        numpy 3D, rank-2 array
+    @param alpha:   The alpha Euler angle in radians.
+    @type alpha:    float
+    @param beta:    The beta Euler angle in radians.
+    @type beta:     float
+    @param gamma:   The gamma Euler angle in radians.
+    @type gamma:    float
     @param theta:   The cone angle in radians.
     @type theta:    float
     """




Related Messages


Powered by MHonArc, Updated Fri Jun 19 16:20:02 2009