mailr20459 - /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 July 23, 2013 - 09:12:
Author: bugman
Date: Tue Jul 23 09:12:28 2013
New Revision: 20459

URL: http://svn.gna.org/viewcvs/relax?rev=20459&view=rev
Log:
Removed a double full stop in the relax_disp.select_model docstring.


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=20459&r1=20458&r2=20459&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Tue Jul 23 09:12:28 2013
@@ -497,7 +497,7 @@
 uf.desc[-1].add_paragraph("The Bloch-McConnell equations can also be solved 
numerically.  The numeric models are also dependent upon whether the data 
originates from a CPMG-type or R1rho-type experiment.  For the CPMG-type 
experiments, the currently supported models are:")
 uf.desc[-1].add_item_list_element("'%s'" % MODEL_R2EFF, "This is the model 
used to determine the R2eff values and errors required as the base data for 
all other models,")
 uf.desc[-1].add_item_list_element("'%s'" % MODEL_NOREX, "This is the model 
for no chemical exchange being present,")
-uf.desc[-1].add_item_list_element("'%s'" % MODEL_NS_2SITE_3D, "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, kex}.")
+uf.desc[-1].add_item_list_element("'%s'" % MODEL_NS_2SITE_3D, "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, kex}.")
 uf.desc[-1].add_item_list_element("'%s'" % MODEL_NS_2SITE_3D_FULL, "The full 
numerical solution for the 2-site Bloch-McConnell equations using 3D 
magnetisation vectors.  Its parameters are {R20A, R20B, ..., pA, dw, kex}.")
 uf.desc[-1].add_item_list_element("'%s'" % MODEL_NS_2SITE_STAR, "The reduced 
numerical solution for the 2-site Bloch-McConnell equations using complex 
conjugate matrices whereby the simplification R20A = R20B is assumed.  It has 
the parameters {R20, ..., pA, dw, kex}.")
 uf.desc[-1].add_item_list_element("'%s'" % MODEL_NS_2SITE_STAR_FULL, "The 
full numerical solution for the 2-site Bloch-McConnell equations using 
complex conjugate matrices with parameters {R20A, R20B, ..., pA, dw, kex}.")




Related Messages


Powered by MHonArc, Updated Tue Jul 23 10:20:01 2013