mailr26771 - /trunk/user_functions/relax_fit.py


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

Header


Content

Posted by edward on November 27, 2014 - 09:45:
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"




Related Messages


Powered by MHonArc, Updated Thu Nov 27 10:40:03 2014