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 = []
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits