Author: bugman
Date: Wed Nov 26 18:35:06 2014
New Revision: 26768

URL: http://svn.gna.org/viewcvs/relax?rev=26768&view=rev
Log:
Improved the description for 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=26768&r1=26767&r2=26768&view=diff
==============================================================================
--- trunk/user_functions/relax_fit.py   (original)
+++ trunk/user_functions/relax_fit.py   Wed Nov 26 18:35:06 2014
@@ -95,9 +95,9 @@
 # Description.
 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 parameters of these two models are")
-uf.desc[-1].add_item_list_element("'exp'", "[Rx, I0],")
-uf.desc[-1].add_item_list_element("'inv'", "[Rx, I0, Iinf].")
+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("'inv'", "The parameters are [Rx, I0, Iinf]. 
 This has not been implemented yet.")
 uf.backend = select_model
 uf.menu_text = "&select_model"
 uf.gui_icon = "oxygen.actions.list-add"


_______________________________________________
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

Reply via email to