svn+ssh://bugman@.../svn/relax/trunk
........
r25600 | bugman | 2014-09-03 19:42:14 +0200 (Wed, 03 Sep 2014) | 7 lines
Backported the relax 3.3.0 CHANGES file changes to trunk.
The commands used were:
svn merge -r25575:r25576 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .
svn merge -r25579:r25599 svn+ssh://bugman@.../svn/relax/tags/3.3.0 .
........
r25601 | bugman | 2014-09-03 20:19:01 +0200 (Wed, 03 Sep 2014) | 3 lines
Simplified the Release_Checklist document.
........
r25602 | tlinnet | 2014-09-03 22:50:23 +0200 (Wed, 03 Sep 2014) | 3 lines
Added dependency check for the NMRPipe showApod program.
This program can be really usefull, if processing a large amount of data, and quickly needs to asses the RMSD of the spectrum.
........
r25603 | tlinnet | 2014-09-03 22:50:33 +0200 (Wed, 03 Sep 2014) | 1 line
To the lib function of spectrum.nmrpipe, added function to call the NMRPipe program showApod, to get the output from the program.
........
r25604 | tlinnet | 2014-09-03 22:50:35 +0200 (Wed, 03 Sep 2014) | 1 line
Added systemtest Relax_disp.test_show_apod_extract to call the showApod from NMRPipe.
........
r25605 | tlinnet | 2014-09-03 22:50:37 +0200 (Wed, 03 Sep 2014) | 1 line
Added function to extract the 'Noise Std Dev' from NMRPipe showApod.
........
r25606 | tlinnet | 2014-09-03 22:50:39 +0200 (Wed, 03 Sep 2014) | 1 line
Added systemtest to check the extraction of 'Noise Std Dev' from showApod in NMRPipe suite.
........
r25607 | tlinnet | 2014-09-03 22:50:41 +0200 (Wed, 03 Sep 2014) | 1 line
Added function to write 'Noise Std Dev' from showApod to file, and fix documentation.
........
r25608 | tlinnet | 2014-09-03 22:50:44 +0200 (Wed, 03 Sep 2014) | 3 lines
Systemtest added for checking the writing of 'Noise Std Dev' from showApod to file.
task #7826(https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.
........
r25609 | tlinnet | 2014-09-03 22:50:46 +0200 (Wed, 03 Sep 2014) | 1 line
Added function to lib.io to sort a list of filenames into human-understandable alphanumeric order.
........
r25610 | tlinnet | 2014-09-03 22:50:48 +0200 (Wed, 03 Sep 2014) | 1 line
Added function to search a dir for NMRPipe fourier transformed files, call showApod on them, extract RMSD and write to file.
........
r25611 | tlinnet | 2014-09-03 22:50:50 +0200 (Wed, 03 Sep 2014) | 1 line
Added systemtest to search a dir for NMRPipe .ft2 files, extract noise, and write to file.
........
r25612 | tlinnet | 2014-09-03 22:50:52 +0200 (Wed, 03 Sep 2014) | 3 lines
Added initial start for protocol for repeated analysis of dispersion data.
task #7826(https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.
........
r25613 | tlinnet | 2014-09-03 22:50:53 +0200 (Wed, 03 Sep 2014) | 3 lines
Added initial systemtest for the protocol for repeated analysis of dispersion data.
task #7826(https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.
........
r25614 | tlinnet | 2014-09-03 22:50:57 +0200 (Wed, 03 Sep 2014) | 3 lines
Added initial dataset for the repeated analysis of CPMG data.
task #7826(https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.
........
r25615 | bugman | 2014-09-04 09:53:45 +0200 (Thu, 04 Sep 2014) | 5 lines
Created a compat_profiling module for maintaining compatibility for the dispersion model profiling.
This will be used to provide compatibility between all relax versions into the future.
........