mailr24504 - /branches/frame_order_cleanup/specific_analyses/frame_order/parameters.py


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

Header


Content

Posted by edward on July 09, 2014 - 19:52:
Author: bugman
Date: Wed Jul  9 19:52:00 2014
New Revision: 24504

URL: http://svn.gna.org/viewcvs/relax?rev=24504&view=rev
Log:
The pivot point parameters in the frame order analysis are no longer scaled 
by 100.

This is to match the average domain position translation which is also not 
scaled.


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

Modified: 
branches/frame_order_cleanup/specific_analyses/frame_order/parameters.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/parameters.py?rev=24504&r1=24503&r2=24504&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/parameters.py  
  (original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/parameters.py  
  Wed Jul  9 19:52:00 2014
@@ -78,11 +78,6 @@
     # Return the identity matrix.
     if not scaling:
         return scaling_matrix
-
-    # The pivot point.
-    if not pivot_fixed():
-        for i in range(3):
-            scaling_matrix[i, i] = 1e2
 
     # Return the matrix.
     return scaling_matrix




Related Messages


Powered by MHonArc, Updated Wed Jul 09 21:00:02 2014