Author: bugman
Date: Thu Nov 27 09:45:09 2014
New Revision: 26771
URL: http://svn.gna.org/viewcvs/relax?rev=26771&view=rev
Log:
Updated the formula in the description of the relax_fit.select_model user
function.
Modified:
trunk/user_functions/relax_fit.py
Modified: trunk/user_functions/relax_fit.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/user_functions/relax_fit.py?rev=26771&r1=26770&r2=26771&view=diff
==============================================================================
--- trunk/user_functions/relax_fit.py (original)
+++ trunk/user_functions/relax_fit.py Thu Nov 27 09:45:09 2014
@@ -96,7 +96,7 @@
uf.desc.append(Desc_container())
uf.desc[-1].add_paragraph("The supported relaxation experiments include the
default two parameter exponential fit, selected by setting the model type to
'exp', and the three parameter inversion recovery experiment in which the peak
intensity limit is a non-zero value, selected by setting the model to 'inv'.")
uf.desc[-1].add_paragraph("The two models are:")
-uf.desc[-1].add_item_list_element("'exp'", "The parameters are [Rx, I0], and
the equation is I = I0*exp(-Rx*t).")
+uf.desc[-1].add_item_list_element("'exp'", "The parameters are [Rx, I0], and
the equation is I(t) = I0*exp(-Rx*t).")
uf.desc[-1].add_item_list_element("'inv'", "The parameters are [Rx, I0, Iinf].
This has not been implemented yet.")
uf.backend = select_model
uf.menu_text = "&select_model"
_______________________________________________
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