mailr5162 - /1.3/generic_fns/align_tensor.py


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

Header


Content

Posted by edward on March 22, 2008 - 23:22:
Author: bugman
Date: Sat Mar 22 23:22:43 2008
New Revision: 5162

URL: http://svn.gna.org/viewcvs/relax?rev=5162&view=rev
Log:
Better epydoc support for the equations of the fold_angles() function.


Modified:
    1.3/generic_fns/align_tensor.py

Modified: 1.3/generic_fns/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/align_tensor.py?rev=5162&r1=5161&r2=5162&view=diff
==============================================================================
--- 1.3/generic_fns/align_tensor.py (original)
+++ 1.3/generic_fns/align_tensor.py Sat Mar 22 23:22:43 2008
@@ -256,14 +256,13 @@
 def fold_angles(sim_index=None):
     """Wrap the Euler angles and remove the glide reflection and 
translational symmetries.
 
-    Wrap the angles such that
+    Wrap the angles such that::
 
         0 <= alpha <= 2pi,
         0 <= beta <= pi,
         0 <= gamma <= 2pi.
 
-
-    For the simulated values, the angles are wrapped as
+    For the simulated values, the angles are wrapped as::
 
         alpha - pi <= alpha_sim <= alpha + pi
         beta - pi/2 <= beta_sim <= beta + pi/2




Related Messages


Powered by MHonArc, Updated Sat Mar 22 23:40:11 2008