mailr20501 - /trunk/pipe_control/spectrum.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:39:
Author: bugman
Date: Fri Aug  2 13:39:53 2013
New Revision: 20501

URL: http://svn.gna.org/viewcvs/relax?rev=20501&view=rev
Log:
Removed the flag for single_spectrum.

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

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

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

Modified:
    trunk/pipe_control/spectrum.py

Modified: trunk/pipe_control/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/spectrum.py?rev=20501&r1=20500&r2=20501&view=diff
==============================================================================
--- trunk/pipe_control/spectrum.py (original)
+++ trunk/pipe_control/spectrum.py Fri Aug  2 13:39:53 2013
@@ -623,9 +623,6 @@
     # Automatic format detection.
     format = autodetect_format(file_data)
 
-    # Flag for single or multiple spectrum extraction
-    single_spectrum = True
-
     # Generic.
     if format == 'generic':
         # Print out.
@@ -696,8 +693,6 @@
                 # Replace residue number with the spin_id.
                 intensity_data[i][0][j][2] = spin_id
 
-        # Change Flag for single or multiple spectrum extraction
-        single_spectrum = False
 
     # Sparky.
     elif format == 'sparky':




Related Messages


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