mailr16132 - /branches/uf_redesign/user_functions/consistency_tests.py


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

Header


Content

Posted by edward on May 09, 2012 - 10:03:
Author: bugman
Date: Wed May  9 10:03:47 2012
New Revision: 16132

URL: http://svn.gna.org/viewcvs/relax?rev=16132&view=rev
Log:
Improvements for the consistency_tests.set_frq user function descriptions.


Modified:
    branches/uf_redesign/user_functions/consistency_tests.py

Modified: branches/uf_redesign/user_functions/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/consistency_tests.py?rev=16132&r1=16131&r2=16132&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/consistency_tests.py (original)
+++ branches/uf_redesign/user_functions/consistency_tests.py Wed May  9 
10:03:47 2012
@@ -39,12 +39,12 @@
 
 # The consistency_tests.set_frq user function.
 uf = uf_info.add_uf('consistency_tests.set_frq')
-uf.title = "Select which relaxation data to use in the consistency tests."
-uf.title_short = "Relaxation data selection."
+uf.title = "Select which relaxation data to use in the consistency tests by 
NMR spectrometer frequency."
+uf.title_short = "Spectrometer selection."
 uf.add_keyarg(
     name = "frq",
     py_type = "float",
-    desc_short = "frequency in Hz",
+    desc_short = "spectrometer frequency in Hz",
     desc = "The spectrometer frequency in Hz.  This must match the currently 
loaded data to the last decimal point."
 )
 uf.desc = """




Related Messages


Powered by MHonArc, Updated Wed May 09 10:20:02 2012