mailr24494 - /branches/frame_order_cleanup/specific_analyses/frame_order/api.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 - 14:59:
Author: bugman
Date: Wed Jul  9 14:59:58 2014
New Revision: 24494

URL: http://svn.gna.org/viewcvs/relax?rev=24494&view=rev
Log:
The frame order grid search is now checking if the pivot point has been set.


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

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/api.py?rev=24494&r1=24493&r2=24494&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/api.py   
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/api.py   Wed 
Jul  9 14:59:58 2014
@@ -40,6 +40,7 @@
 from pipe_control.rdc import check_rdcs
 from specific_analyses.api_base import API_base
 from specific_analyses.api_common import API_common
+from specific_analyses.frame_order.checks import check_pivot
 from specific_analyses.frame_order.data import domain_moving
 from specific_analyses.frame_order.optimisation import grid_row, 
store_bc_data, target_fn_setup, unpack_opt_results
 from specific_analyses.frame_order.parameter_object import Frame_order_params
@@ -349,6 +350,9 @@
         # Test if the Frame Order model has been set up.
         if not hasattr(cdp, 'model'):
             raise RelaxNoModelError('Frame Order')
+
+        # Test if the pivot has been set.
+        check_pivot()
 
         # Parameter scaling.
         scaling_matrix = assemble_scaling_matrix(scaling=True)




Related Messages


Powered by MHonArc, Updated Wed Jul 09 15:40:02 2014