mailr26617 - /trunk/pipe_control/align_tensor.py


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

Header


Content

Posted by edward on November 18, 2014 - 15:30:
Author: bugman
Date: Tue Nov 18 15:30:36 2014
New Revision: 26617

URL: http://svn.gna.org/viewcvs/relax?rev=26617&view=rev
Log:
Printout improvements clarifying the align_tensor.matrix_angles user function.


Modified:
    trunk/pipe_control/align_tensor.py

Modified: trunk/pipe_control/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/align_tensor.py?rev=26617&r1=26616&r2=26617&view=diff
==============================================================================
--- trunk/pipe_control/align_tensor.py  (original)
+++ trunk/pipe_control/align_tensor.py  Tue Nov 18 15:30:36 2014
@@ -959,16 +959,13 @@
     cdp.align_tensors.angles = zeros((tensor_num, tensor_num), float64)
 
     # Header printout.
-    if basis_set == 'unitary 5D':
-        sys.stdout.write("5d angles in deg between the vectors ")
-        sys.stdout.write("{Sxx, Syy, Sxy, Sxz, Syz}")
+    if basis_set == 'matrix':
+        sys.stdout.write("Standard inter-matrix angles in degress using the 
Euclidean inner product divided by the Frobenius norm")
+    elif basis_set == 'unitary 5D':
+        sys.stdout.write("Inter-matrix angles in degrees for the unitary 5D 
vectors {Sxx, Syy, Sxy, Sxz, Syz}")
     elif basis_set == 'geometric 5D':
-        sys.stdout.write("5d angles in deg between the vectors ")
-        sys.stdout.write("{Szz, Sxx-yy, Sxy, Sxz, Syz}")
-    elif basis_set == 'matrix':
-        sys.stdout.write("Angles in deg between the matrices ")
-        sys.stdout.write("(using the Euclidean inner product and Frobenius 
norm)")
-    sys.stdout.write(":\n")
+        sys.stdout.write("Inter-matrix angles in degrees for the geometric 
5D vectors {Szz, Sxx-yy, Sxy, Sxz, Syz}")
+    sys.stdout.write(":\n\n")
 
     # Initialise the table of data.
     table = []




Related Messages


Powered by MHonArc, Updated Tue Nov 18 17:40:02 2014