mailr4233 - /branches/N_state_model/prompt/align_tensor.py


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

Header


Content

Posted by edward on December 21, 2007 - 10:43:
Author: bugman
Date: Fri Dec 21 10:43:41 2007
New Revision: 4233

URL: http://svn.gna.org/viewcvs/relax?rev=4233&view=rev
Log:
Wrote the interface for the align_tensor.matrix_angles() user function.


Modified:
    branches/N_state_model/prompt/align_tensor.py

Modified: branches/N_state_model/prompt/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/prompt/align_tensor.py?rev=4233&r1=4232&r2=4233&view=diff
==============================================================================
--- branches/N_state_model/prompt/align_tensor.py (original)
+++ branches/N_state_model/prompt/align_tensor.py Fri Dec 21 10:43:41 2007
@@ -285,6 +285,26 @@
         align_tensor.init(tensor=tensor, params=params, scale=scale, 
angle_units=angle_units, param_types=param_types, errors=errors)
 
 
+    def matrix_angles(self):
+        """Function for calculating the 5D angles between all alignment 
tensors.
+
+        Description
+        ~~~~~~~~~~~
+
+        This function will calculate the angles between all loaded alignment 
tensors for the current
+        data pipe.  The matrices are first converted to a 5D vector form and 
then then angles are
+        calculated.  Unlike SVD, the basis set choice has no effect on the 
angles.
+        """
+
+        # Function intro text.
+        if self.__relax__.interpreter.intro:
+            text = sys.ps3 + "align_tensor.matrix_angles()"
+            print text
+
+        # Execute the functional code.
+        align_tensor.matrix_angles()
+
+
     def svd(self, basis_set=0):
         """Function for calculating the singular values for all tensors and 
the condition number.
 




Related Messages


Powered by MHonArc, Updated Fri Dec 21 11:00:16 2007