mailr21075 - /branches/relax_disp/user_functions/relax_disp.py


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

Header


Content

Posted by edward on October 11, 2013 - 15:40:
Author: bugman
Date: Fri Oct 11 15:40:50 2013
New Revision: 21075

URL: http://svn.gna.org/viewcvs/relax?rev=21075&view=rev
Log:
Fixed the 'MQ NS CPMG 2-site' model description in the 
relax_disp.select_model user function.

The magnitisation vector is 2D, not 3D.


Modified:
    branches/relax_disp/user_functions/relax_disp.py

Modified: branches/relax_disp/user_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/relax_disp.py?rev=21075&r1=21074&r2=21075&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Fri Oct 11 15:40:50 2013
@@ -606,7 +606,7 @@
 # MQ CPMG-type data.
 uf.desc.append(Desc_container('The MQ CPMG-type experiments'))
 uf.desc[-1].add_paragraph("The currently supported models are:")
-uf.desc[-1].add_item_list_element("'%s'" % MODEL_MQ_NS_CPMG_2SITE, "The 
reduced numerical solution for the 2-site Bloch-McConnell equations using 3D 
magnetisation vectors whereby the simplification R20A = R20B is assumed.  Its 
parameters are {R20, ..., pA, dw, dwH, kex}.")
+uf.desc[-1].add_item_list_element("'%s'" % MODEL_MQ_NS_CPMG_2SITE, "The 
reduced numerical solution for the 2-site Bloch-McConnell equations using 2D 
magnetisation vectors whereby the simplification R20A = R20B is assumed.  Its 
parameters are {R20, ..., pA, dw, dwH, kex}.")
 # MQ R1rho-type data.
 uf.desc.append(Desc_container('The MQ R1rho-type experiments'))
 uf.desc[-1].add_paragraph("The currently supported models are:")




Related Messages


Powered by MHonArc, Updated Fri Oct 11 16:00:01 2013