mailr26669 - /branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py


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

Header


Content

Posted by edward on November 20, 2014 - 16:15:
Author: bugman
Date: Thu Nov 20 16:15:13 2014
New Revision: 26669

URL: http://svn.gna.org/viewcvs/relax?rev=26669&view=rev
Log:
The geometric representation part of the frame_order.pdb_model user function 
now checks parameters.

This calls the specific_analyses.frame_order.checks.check_parameters Check 
object to make sure that
all necessary parameters for the model exist.


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

Modified: 
branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py?rev=26669&r1=26668&r2=26669&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py   
  (original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py   
  Thu Nov 20 16:15:13 2014
@@ -44,6 +44,7 @@
 from lib.text.sectioning import subsection, subsubsection
 from lib.warnings import RelaxWarning
 from pipe_control.structure.mass import pipe_centre_of_mass
+from specific_analyses.frame_order.checks import check_parameters
 from specific_analyses.frame_order.data import domain_moving, generate_pivot
 
 
@@ -635,6 +636,9 @@
     # Printout.
     subsection(file=sys.stdout, text="Creating a PDB file containing a 
geometric object representing the frame order dynamics.")
 
+    # Checks.
+    check_parameters(escalate=2)
+
     # Initialise.
     titles = []
     structures = []




Related Messages


Powered by MHonArc, Updated Thu Nov 20 16:40:02 2014