mailr11096 - /1.3/generic_fns/pcs.py


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

Header


Content

Posted by edward on April 21, 2010 - 15:39:
Author: bugman
Date: Wed Apr 21 15:38:59 2010
New Revision: 11096

URL: http://svn.gna.org/viewcvs/relax?rev=11096&view=rev
Log:
Docstring fix for the read() function.

This is the PCS, not RDC.


Modified:
    1.3/generic_fns/pcs.py

Modified: 1.3/generic_fns/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pcs.py?rev=11096&r1=11095&r2=11096&view=diff
==============================================================================
--- 1.3/generic_fns/pcs.py (original)
+++ 1.3/generic_fns/pcs.py Wed Apr 21 15:38:59 2010
@@ -227,9 +227,9 @@
     @type spin_name_col:    int or None
     @keyword spin_num_col:  The column containing the spin number 
information.  If supplied, spin_id_col must be None.
     @type spin_num_col:     int or None
-    @keyword data_col:      The column containing the RDC data in Hz.
+    @keyword data_col:      The column containing the PCS data in Hz.
     @type data_col:         int or None
-    @keyword error_col:     The column containing the RDC errors.
+    @keyword error_col:     The column containing the PCS errors.
     @type error_col:        int or None
     @keyword sep:           The column separator which, if None, defaults to 
whitespace.
     @type sep:              str or None




Related Messages


Powered by MHonArc, Updated Wed Apr 21 15:40:02 2010