Author: bugman
Date: Wed Oct 22 16:34:16 2014
New Revision: 26362
URL: http://svn.gna.org/viewcvs/relax?rev=26362&view=rev
Log:
The verbosity argument of the RDC and PCS q_factors() functions now defaults to
1.
This causes the Q factors to be printed out at the end of all N-state model
optimisations.
Modified:
trunk/pipe_control/pcs.py
trunk/pipe_control/rdc.py
Modified: trunk/pipe_control/pcs.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/pcs.py?rev=26362&r1=26361&r2=26362&view=diff
==============================================================================
--- trunk/pipe_control/pcs.py (original)
+++ trunk/pipe_control/pcs.py Wed Oct 22 16:34:16 2014
@@ -545,7 +545,7 @@
return True
-def q_factors(spin_id=None, verbosity=0):
+def q_factors(spin_id=None, verbosity=1):
"""Calculate the Q factors for the PCS data.
@keyword spin_id: The spin ID string used to restrict the Q factor
calculation to a subset of all spins.
Modified: trunk/pipe_control/rdc.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/rdc.py?rev=26362&r1=26361&r2=26362&view=diff
==============================================================================
--- trunk/pipe_control/rdc.py (original)
+++ trunk/pipe_control/rdc.py Wed Oct 22 16:34:16 2014
@@ -596,7 +596,7 @@
return True
-def q_factors(spin_id=None, verbosity=0):
+def q_factors(spin_id=None, verbosity=1):
"""Calculate the Q factors for the RDC data.
@keyword spin_id: The spin ID string used to restrict the Q factor
calculation to a subset of all spins.
_______________________________________________
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