mailr25960 - /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 22, 2014 - 17:00:
Author: bugman
Date: Mon Sep 22 17:00:37 2014
New Revision: 25960

URL: http://svn.gna.org/viewcvs/relax?rev=25960&view=rev
Log:
Fix for the new 
specific_analyses.frame_order.geometric.generate_axis_system() function.

The rotor and free rotor models were not correctly handled and the returned 
eigenframe was the zero
matrix.


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=25960&r1=25959&r2=25960&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py   
  (original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py   
  Mon Sep 22 17:00:37 2014
@@ -741,6 +741,9 @@
         else:
             axis = 
create_rotor_axis_alpha(alpha=cdp.axis_alpha_sim[sim_index], pivot=pivot, 
point=com)
 
+        # Create a full normalised axis system.
+        two_vect_to_R(array([1, 0, 0], float64), axis, frame)
+
     # The system for the isotropic cones.
     elif cdp.model in MODEL_LIST_ISO_CONE:
         # Generate the axis.




Related Messages


Powered by MHonArc, Updated Tue Sep 23 09:40:02 2014