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 = []
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits