mailr22064 - in /branches/double_rotor/test_suite/shared_data/frame_order/cam: free_rotor/ free_rotor2/ free_rotor_missing_data/...


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

Header


Content

Posted by edward on January 29, 2014 - 16:21:
Author: bugman
Date: Wed Jan 29 16:21:58 2014
New Revision: 22064

URL: http://svn.gna.org/viewcvs/relax?rev=22064&view=rev
Log:
Updated for the rotation() method of all the CaM frame order test data 
generation scripts.

The motion_index argument is now accepted by all of the methods to allow the 
base script to execute
correctly.


Modified:
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor2/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor_missing_data/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor2/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_torsionless/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse2/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse_free_rotor/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse_torsionless/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor2/generate_distribution.py
    
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor_2_state/generate_distribution.py

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -27,7 +27,7 @@
         self.build_axes = self.build_axes_pivot_com
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # The rotation angle.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor2/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor2/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor2/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor2/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -30,7 +30,7 @@
         self.build_axes = self.build_axes_alt
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # The rotation angle.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor_missing_data/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor_missing_data/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor_missing_data/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/free_rotor_missing_data/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -27,7 +27,7 @@
         self.build_axes = self.build_axes_pivot_com
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # The rotation angle.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -32,7 +32,7 @@
         self.build_axes = self.build_axes_pivot_com
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # Loop until a valid rotation matrix is found.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -30,7 +30,7 @@
         self.build_axes = self.build_axes_pivot_com
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # Loop until a valid rotation matrix is found.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor2/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor2/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor2/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_free_rotor2/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -31,7 +31,7 @@
         self.build_axes = self.build_axes_alt
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # Loop until a valid rotation matrix is found.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_torsionless/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_torsionless/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_torsionless/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/iso_cone_torsionless/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -32,7 +32,7 @@
         self.build_axes = self.build_axes_pivot_com
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # Loop until a valid rotation matrix is found.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -33,7 +33,7 @@
         self.build_axes = self.build_axes_pivot_com
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # Loop until a valid rotation matrix is found.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse2/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse2/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse2/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse2/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -34,7 +34,7 @@
         self.build_axes = self.build_axes_alt
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # Loop until a valid rotation matrix is found.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse_free_rotor/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse_free_rotor/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse_free_rotor/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse_free_rotor/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -32,7 +32,7 @@
         self.build_axes = self.build_axes_pivot_com
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # Loop until a valid rotation matrix is found.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse_torsionless/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse_torsionless/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse_torsionless/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/pseudo_ellipse_torsionless/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -33,7 +33,7 @@
         self.build_axes = self.build_axes_pivot_com
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # Loop until a valid rotation matrix is found.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -27,7 +27,7 @@
         self.build_axes = self.build_axes_pivot_com
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # The rotation angle.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor2/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor2/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor2/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor2/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -28,7 +28,7 @@
         self.build_axes = self.build_axes_alt
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # The rotation angle.

Modified: 
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor_2_state/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor_2_state/generate_distribution.py?rev=22064&r1=22063&r2=22064&view=diff
==============================================================================
--- 
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor_2_state/generate_distribution.py
 (original)
+++ 
branches/double_rotor/test_suite/shared_data/frame_order/cam/rotor_2_state/generate_distribution.py
 Wed Jan 29 16:21:58 2014
@@ -27,7 +27,7 @@
         self.build_axes = self.build_axes_alt
 
 
-    def rotation(self, i):
+    def rotation(self, i, motion_index=0):
         """Set up the rotation for state i."""
 
         # The rotation angle.




Related Messages


Powered by MHonArc, Updated Wed Jan 29 17:00:02 2014