mailr24710 - /branches/frame_order_cleanup/specific_analyses/frame_order/parameter_object.py


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

Header


Content

Posted by edward on July 24, 2014 - 16:03:
Author: bugman
Date: Thu Jul 24 16:02:59 2014
New Revision: 24710

URL: http://svn.gna.org/viewcvs/relax?rev=24710&view=rev
Log:
Removed the parameter scaling for the pivot point frame order parameters.

These were already removed from the frame_order_cleanup branch in the 
assemble_scaling_matrix()
function, however they were reintroduced accidentally via the parameter 
object where this
information is now defined.  So this removes the scaling a second time.


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

Modified: 
branches/frame_order_cleanup/specific_analyses/frame_order/parameter_object.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/parameter_object.py?rev=24710&r1=24709&r2=24710&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/specific_analyses/frame_order/parameter_object.py
      (original)
+++ 
branches/frame_order_cleanup/specific_analyses/frame_order/parameter_object.py
      Thu Jul 24 16:02:59 2014
@@ -244,7 +244,6 @@
             desc = 'The pivot point position x coordinate',
             py_type = float,
             set = 'params',
-            scaling = 1e2,
             grid_lower = pivot_x_lower,
             grid_upper = pivot_x_upper,
             err = True,
@@ -257,7 +256,6 @@
             desc = 'The pivot point position y coordinate',
             py_type = float,
             set = 'params',
-            scaling = 1e2,
             grid_lower = pivot_y_lower,
             grid_upper = pivot_y_upper,
             err = True,
@@ -270,7 +268,6 @@
             desc = 'The pivot point position z coordinate',
             py_type = float,
             set = 'params',
-            scaling = 1e2,
             grid_lower = pivot_z_lower,
             grid_upper = pivot_z_upper,
             err = True,




Related Messages


Powered by MHonArc, Updated Thu Jul 24 16:20:02 2014