mailr20502 - /trunk/lib/software/nmrpipe.py


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

Header


Content

Posted by edward on August 02, 2013 - 13:40:
Author: bugman
Date: Fri Aug  2 13:40:28 2013
New Revision: 20502

URL: http://svn.gna.org/viewcvs/relax?rev=20502&view=rev
Log:
Fixed wrong reference to Sparky format.

Progress sr #3043: (https://gna.org/support/index.php?3043) - support for 
NMRPipe seriesTab format *.ser.

Troels E. Linnet provided this patch. Commit by: tlinset _aaattt_ 
gmail_dot_com

Signed-off-by: Edward d'Auvergne <edward _att_ nmr-relax _dott_ com>

Modified:
    trunk/lib/software/nmrpipe.py

Modified: trunk/lib/software/nmrpipe.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/software/nmrpipe.py?rev=20502&r1=20501&r2=20502&view=diff
==============================================================================
--- trunk/lib/software/nmrpipe.py (original)
+++ trunk/lib/software/nmrpipe.py Fri Aug  2 13:40:28 2013
@@ -125,7 +125,7 @@
             try:
                 res_num = int(x_row[-3])
             except:
-                raise RelaxError("Improperly formatted Sparky file.")
+                raise RelaxError("Improperly formatted NMRPipe SeriesTab 
file.")
 
             # Intensity.
             try:




Related Messages


Powered by MHonArc, Updated Fri Aug 02 14:00:02 2013