svn+ssh://bugman@.../svn/relax/trunk
........
r20439 | bugman | 2013-07-22 08:32:54 +0200 (Mon, 22 Jul 2013) | 6 lines
Progress sr #3043: (https://gna.org/support/index.php?3043) - support for NMRPipe seriesTab format *.ser.
Completed NMRPipe SeriesTab reader for assignment according to SPARKY format. Changes implemented
according to: http://article.gmane.org/gmane.science.nmr.relax.devel/4120.
........
r20440 | bugman | 2013-07-22 08:34:04 +0200 (Mon, 22 Jul 2013) | 5 lines
Progress sr #3043: (https://gna.org/support/index.php?3043) - support for NMRPipe seriesTab format *.ser.
The Extraction of NMRPipe SeriesTab data is changed in pipe_control/spectrum.py in the read() function.
........
r20441 | bugman | 2013-07-22 08:36:56 +0200 (Mon, 22 Jul 2013) | 8 lines
Reverted r20438 and r20439 as the commit messages were incomplete!!!
The command used was:
svn merge -r20440:20438 .
The commit messages need to be complete for the relax release announcements!
........
r20442 | bugman | 2013-07-22 08:37:58 +0200 (Mon, 22 Jul 2013) | 8 lines
Completed NMRPipe SeriesTab reader.
Progress sr #3043: (https://gna.org/support/index.php?3043) - support for NMRPipe seriesTab format *.ser.
Completed NMRPipe SeriesTab reader for assignment according to SPARKY format. Changes implemented
according to: http://article.gmane.org/gmane.science.nmr.relax.devel/4120.
........
r20443 | bugman | 2013-07-22 08:45:50 +0200 (Mon, 22 Jul 2013) | 8 lines
Reverted the pipe_control/spectrum.py to r20438.
The command used was:
svn merge -rHEAD:r20439 pipe_control/spectrum.py
Somehow the file was in a bad state.
........
r20444 | bugman | 2013-07-22 08:47:33 +0200 (Mon, 22 Jul 2013) | 7 lines
Extraction of NMRPipe SeriesTab changed.
Progress sr #3043: (https://gna.org/support/index.php?3043) - support for NMRPipe seriesTab format *.ser.
The Extraction of NMRPipe SeriesTab data is changed in pipe_control/spectrum.py in the read() function.
........
r20445 | bugman | 2013-07-22 08:48:21 +0200 (Mon, 22 Jul 2013) | 5 lines
Added flag for single or multiple extraction of spectrum.
Progress sr #3043: (https://gna.org/support/index.php?3043) - support for NMRPipe seriesTab format *.ser.
........
r20446 | bugman | 2013-07-22 08:49:41 +0200 (Mon, 22 Jul 2013) | 5 lines
Flag change added to reading of NMRPipe SeriesTab.
Progress sr #3043: (https://gna.org/support/index.php?3043) - support for NMRPipe seriesTab format *.ser.
........
r20447 | bugman | 2013-07-22 10:02:30 +0200 (Mon, 22 Jul 2013) | 7 lines
Proper bug fix for the spin parameter array always being converted to lowercase (failed at r20421).
The commit r20421 was causing failures in certain cases. One system test and one GUI test were
failing because of r20421. Now the spin container is checked for the presence 'equation' variable
to determine if this is a model free data pipe.
........