mailr20112 - /trunk/user_functions/rdc.py


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

Header


Content

Posted by edward on June 14, 2013 - 10:52:
Author: bugman
Date: Fri Jun 14 10:52:12 2013
New Revision: 20112

URL: http://svn.gna.org/viewcvs/relax?rev=20112&view=rev
Log:
Removed a false prompt example from the rdc.read user function docstring.


Modified:
    trunk/user_functions/rdc.py

Modified: trunk/user_functions/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/rdc.py?rev=20112&r1=20111&r2=20112&view=diff
==============================================================================
--- trunk/user_functions/rdc.py (original)
+++ trunk/user_functions/rdc.py Fri Jun 14 10:52:12 2013
@@ -375,8 +375,6 @@
 uf.desc[-1].add_paragraph("If the individual spin RDC errors are located in 
the file 'rdc_err.txt' in column number 5, then to read these values into 
relax, assuming J + D was measured, type one of:")
 uf.desc[-1].add_prompt("relax> rdc.read('phage', 'rdc_err.txt', 
data_type='D', error_col=5)")
 uf.desc[-1].add_prompt("relax> rdc.read(align_id='phage', 
file='rdc_err.txt', data_type='D', error_col=5)")
-uf.desc[-1].add_paragraph("If the RDCs correspond to the 'N' spin and other 
spin types such as 1H, 13C, etc. are loaded into relax, then type:")
-uf.desc[-1].add_prompt("relax> rdc.read('Tb', 'Tb.txt', spin_id='@N')")
 uf.backend = rdc.read
 uf.menu_text = "&read"
 uf.gui_icon = "oxygen.actions.document-open"




Related Messages


Powered by MHonArc, Updated Fri Jun 14 11:40:02 2013