mailr23862 - /branches/frame_order_cleanup/target_functions/frame_order.py


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

Header


Content

Posted by edward on June 12, 2014 - 11:23:
Author: bugman
Date: Thu Jun 12 11:23:22 2014
New Revision: 23862

URL: http://svn.gna.org/viewcvs/relax?rev=23862&view=rev
Log:
Comment fixes for the eigenframe reconstruction in the frame order target 
functions.


Modified:
    branches/frame_order_cleanup/target_functions/frame_order.py

Modified: branches/frame_order_cleanup/target_functions/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/target_functions/frame_order.py?rev=23862&r1=23861&r2=23862&view=diff
==============================================================================
--- branches/frame_order_cleanup/target_functions/frame_order.py        
(original)
+++ branches/frame_order_cleanup/target_functions/frame_order.py        Thu 
Jun 12 11:23:22 2014
@@ -780,10 +780,10 @@
             self._translation_vector = params[:3]
             ave_pos_alpha, ave_pos_beta, ave_pos_gamma, eigen_alpha, 
eigen_beta, eigen_gamma, cone_theta_x, cone_theta_y, cone_sigma_max = 
params[3:]
 
-        # Average position rotation.
+        # Reconstruct the full eigenframe of the motion.
         euler_to_R_zyz(eigen_alpha, eigen_beta, eigen_gamma, self.R_eigen)
 
-        # The Kronecker product of the eigenframe rotation.
+        # The Kronecker product of the eigenframe.
         Rx2_eigen = kron_prod(self.R_eigen, self.R_eigen)
 
         # Generate the 2nd degree Frame Order super matrix.
@@ -854,10 +854,10 @@
             self._translation_vector = params[:3]
             ave_pos_beta, ave_pos_gamma, eigen_alpha, eigen_beta, 
eigen_gamma, cone_theta_x, cone_theta_y = params[3:]
 
-        # Average position rotation.
+        # Reconstruct the full eigenframe of the motion.
         euler_to_R_zyz(eigen_alpha, eigen_beta, eigen_gamma, self.R_eigen)
 
-        # The Kronecker product of the eigenframe rotation.
+        # The Kronecker product of the eigenframe.
         Rx2_eigen = kron_prod(self.R_eigen, self.R_eigen)
 
         # Generate the 2nd degree Frame Order super matrix.
@@ -928,10 +928,10 @@
             self._translation_vector = params[:3]
             ave_pos_alpha, ave_pos_beta, ave_pos_gamma, eigen_alpha, 
eigen_beta, eigen_gamma, cone_theta_x, cone_theta_y = params[3:]
 
-        # Average position rotation.
+        # Reconstruct the full eigenframe of the motion.
         euler_to_R_zyz(eigen_alpha, eigen_beta, eigen_gamma, self.R_eigen)
 
-        # The Kronecker product of the eigenframe rotation.
+        # The Kronecker product of the eigenframe.
         Rx2_eigen = kron_prod(self.R_eigen, self.R_eigen)
 
         # Generate the 2nd degree Frame Order super matrix.




Related Messages


Powered by MHonArc, Updated Thu Jun 12 12:20:01 2014