Menu

SVN archive Commit Log


Commit Date  
[r20193] by bugman

Merged revisions 20192 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r20192 | bugman | 2013-06-18 14:28:13 +0200 (Tue, 18 Jun 2013) | 7 lines

Added support for mixed RDC data types per alignment.

This is to allow, for example, one bond RDC values of the 'D' data type and two bond RDC values of
the T = J+D data type to be loaded for the same alignment ID. This is now handled in the N-state
or ensemble analysis by handling a different RDC data type per RDC value.
........

2013-06-18 12:30:34 Tree
[r20192] by bugman

Added support for mixed RDC data types per alignment.

This is to allow, for example, one bond RDC values of the 'D' data type and two bond RDC values of
the T = J+D data type to be loaded for the same alignment ID. This is now handled in the N-state
or ensemble analysis by handling a different RDC data type per RDC value.

2013-06-18 12:28:13 Tree
[r20191] by bugman

Updated the relax results for Flemming Hansen's truncated CPMG data for all the recent changes.

2013-06-18 09:10:23 Tree
[r20190] by bugman

Fix for the dispersion auto-analysis - pA and pB parameters are no longer output for the IT99 model.

These are not parameters of this model.

2013-06-18 08:54:12 Tree
[r20189] by bugman

Added support for calculating auxiliary parameter errors for the dispersion analysis.

This is via the monte_carlo.error_analysis user function. The errors for the parameter pairs
kex-tex and pA-pB for the non-model parameter are now calculated as well.

2013-06-18 08:51:28 Tree
[r20188] by bugman

Merged revisions 20187 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r20187 | bugman | 2013-06-18 10:00:50 +0200 (Tue, 18 Jun 2013) | 17 lines

Fix for bug #20915, (https://gna.org/bugs/?20915) - Failure of Grace opening in MS Windows

Troels E. Linnet provided this patch, and was discovered during work on a Windows 7 system: telinnet
aaattt bio_dot_ku_dot_dk

This is a small fix for a wrong call to "raise RelaxMissingBinaryError(binary)", when issuing an
external call to xmgrace.

The "path_sep" would be equal = [\/], and the RE search would not find(True) the full path specified
for the xmgrace file. This is now shifted to python: os.path.isfile
http://docs.python.org/2/library/os.path.html

Another fix, is that as a standard the command "xmgrace" is provided. This will work fine through
windows cmd, but the true name for program in windows is "xmgrace.exe", and so an additional search
for +".exe" is also performed.
........

2013-06-18 08:02:17 Tree
[r20187] by bugman

Fix for bug #20915, (https://gna.org/bugs/?20915) - Failure of Grace opening in MS Windows

Troels E. Linnet provided this patch, and was discovered during work on a Windows 7 system: telinnet
aaattt bio_dot_ku_dot_dk

This is a small fix for a wrong call to "raise RelaxMissingBinaryError(binary)", when issuing an
external call to xmgrace.

The "path_sep" would be equal = [\/], and the RE search would not find(True) the full path specified
for the xmgrace file. This is now shifted to python: os.path.isfile
http://docs.python.org/2/library/os.path.html

Another fix, is that as a standard the command "xmgrace" is provided. This will work fine through
windows cmd, but the true name for program in windows is "xmgrace.exe", and so an additional search
for +".exe" is also performed.

2013-06-18 08:00:50 Tree
[r20186] by bugman

Added support for converting between kex and tex, and pA and pB for the dispersion analysis.

This is performed by the new specific_analyses.relax_disp.parameters.param_conversion() function.
For this, most of the code from the assemble_param_vector() function has been shifted into
get_value(), and most of disassemble_param_vector() into set_value(). The dispersion analysis now
also has a custom sim_init_values() method to handle these parameters.

2013-06-17 17:55:44 Tree
[r20185] by bugman

Removed many decimal points from the MHz value in the Grace plots from relax_disp.plot_disp_curves.

2013-06-17 16:42:39 Tree
[r20184] by bugman

Merged revisions 20180-20181 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r20180 | bugman | 2013-06-17 15:51:40 +0200 (Mon, 17 Jun 2013) | 3 lines

The rdc.corr_plot user function can now handled T=J+D type data.
........
r20181 | bugman | 2013-06-17 16:16:21 +0200 (Mon, 17 Jun 2013) | 3 lines

The N-state model analysis can now handle RDC data of mixed D and T=J+D.
........

2013-06-17 16:30:23 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.