mailr25895 - /branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py


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

Header


Content

Posted by edward on September 17, 2014 - 17:35:
Author: bugman
Date: Wed Sep 17 17:35:58 2014
New Revision: 25895

URL: http://svn.gna.org/viewcvs/relax?rev=25895&view=rev
Log:
Removed the axis system printout from the frame_order.pdb_model user function.

This is for the geometric representation of the frame order dynamics.  The 
axis system is printed
out as the rotation matrix used for the 
lib.structure.geometric.generate_vector_residues() function
later on anyway.  The change is to simplify the printouts.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py

Modified: 
branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py?rev=25895&r1=25894&r2=25895&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py   
  (original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py   
  Wed Sep 17 17:35:58 2014
@@ -129,7 +129,6 @@
                 euler_to_R_zyz(cdp.eigen_alpha_sim[sim_indices[i]], 
cdp.eigen_beta_sim[sim_indices[i]], cdp.eigen_gamma_sim[sim_indices[i]], axes)
             else:
                 euler_to_R_zyz(cdp.eigen_alpha, cdp.eigen_beta, 
cdp.eigen_gamma, axes)
-            print(("Axis system:\n%s" % axes))
 
             # Rotations and inversions.
             axes = dot(T, axes)




Related Messages


Powered by MHonArc, Updated Wed Sep 17 18:00:02 2014