Menu

SVN archive Commit Log


Commit Date  
[r25620] by bugman

Import fix for the dispersion model profiling base script.

2014-09-04 12:48:20 Tree
[r25619] by bugman

Copied the dep_check.version_comparison() function into the dispersion model profiling base script.

This will be used to provide compatibility between different relax versions by allowing the version
numbers to be compared. The function needs to be copied here as older relax versions do not provide
this function.

2014-09-04 12:34:50 Tree
[r25618] by bugman

Merged all dispersion model profiling scripts into the base.py module.

The test_suite/shared_data/dispersion/profiling/profiling_*.py scripts are now extremely minimal.
The change removes huge amounts of duplicated code. This will allow for much easier maintenance of
these profiling scripts as changes will only need to be made to the base.py script.

2014-09-04 12:30:22 Tree
[r25617] by bugman

Merged the profiling_cr72.py and profiling_dpl94.py scripts into base.py.

These dispersion model profiling scripts have been merged into one base script, and the code in
profiling_cr72.py and profiling_dpl94.py minimised to imports, two class initialisation lines, and
the execution of the main() function. This removes a huge amount of code duplication and allows the
profiling scripts to be more easily modified, for example for compatibility with new relax versions.
All of the other profiling scripts will be updated to use this base script.

2014-09-04 09:13:35 Tree
[r25616] by bugman

Merged revisions 25600-25615 via svnmerge from
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.
........

2014-09-04 08:48:34 Tree
[r25615] by bugman

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.

2014-09-04 07:53:45 Tree
[r25614] by tlinnet

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.

2014-09-03 20:50:57 Tree
[r25613] by tlinnet

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.

2014-09-03 20:50:53 Tree
[r25612] by tlinnet

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.

2014-09-03 20:50:52 Tree
[r25611] by tlinnet

Added systemtest to search a dir for NMRPipe .ft2 files, extract noise, and write to file.

2014-09-03 20:50:50 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.