mailr13549 - /branches/gui_testing/prompt/relax_data.py


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

Header


Content

Posted by edward on July 08, 2011 - 16:56:
Author: bugman
Date: Fri Jul  8 16:56:52 2011
New Revision: 13549

URL: http://svn.gna.org/viewcvs/relax?rev=13549&view=rev
Log:
Fixes for the relax_data user function docstrings and variable descriptions.


Modified:
    branches/gui_testing/prompt/relax_data.py

Modified: branches/gui_testing/prompt/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/prompt/relax_data.py?rev=13549&r1=13548&r2=13549&view=diff
==============================================================================
--- branches/gui_testing/prompt/relax_data.py (original)
+++ branches/gui_testing/prompt/relax_data.py Fri Jul  8 16:56:52 2011
@@ -180,7 +180,7 @@
             print(text)
 
         # The argument checks.
-        arg_check.is_str(ri_id, 'relaxation label')
+        arg_check.is_str(ri_id, 'relaxation data ID string')
         arg_check.is_str(type, 'peak intensity type')
 
         # Execute the functional code.
@@ -262,8 +262,6 @@
     ]
     read._doc_desc = """
         The spin system can be identified in the file using two different 
formats.  The first is the spin ID string column which can include the 
molecule name, the residue name and number, and the spin name and number.  
Alternatively the molecule name, residue number, residue name, spin number 
and/or spin name columns can be supplied allowing this information to be in 
separate columns.  Note that the numbering of columns starts at one.  The 
spin ID string can be used to restrict the reading to certain spin types, for 
example only 15N spins when only residue information is in the file.
-
-        The frequency label can be anything as long as data collected at the 
same field strength have the same label.
         """
     read._doc_examples = """
         The following commands will read the protein NOE relaxation data 
collected at 600 MHz out of
@@ -303,7 +301,7 @@
             print(text)
 
         # The argument checks.
-        arg_check.is_str(ri_id, 'relaxation label')
+        arg_check.is_str(ri_id, 'relaxation data ID string')
         arg_check.is_str(method, 'temperature calibration method')
 
         # Execute the functional code.
@@ -337,7 +335,7 @@
             print(text)
 
         # The argument checks.
-        arg_check.is_str(ri_id, 'relaxation label')
+        arg_check.is_str(ri_id, 'relaxation data ID string')
         arg_check.is_str(method, 'temperature control method')
 
         # Execute the functional code.
@@ -374,7 +372,7 @@
             print(text)
 
         # The argument checks.
-        arg_check.is_str(ri_id, 'relaxation label')
+        arg_check.is_str(ri_id, 'relaxation data ID string')
         arg_check.is_str(file, 'file name')
         arg_check.is_str(dir, 'directory name', can_be_none=True)
         arg_check.is_bool(force, 'force flag')




Related Messages


Powered by MHonArc, Updated Fri Jul 08 17:00:02 2011