Menu

SVN archive Commit Log


Commit Date  
[r22554] by bugman

Fix for the Noe.test_noe_analysis system test.

The grace plots of the peak intensities now have error bars.

2014-03-26 21:32:53 Tree
[r22553] by bugman

Redesign and standardisation of the peak intensity data structure throughout all analyses in relax.

The various structures 'intensities', 'intensity_err', 'intensity_sim', 'sim_intensity', and
'intensity_bc' have all been renamed. The new structures are called 'peak_intensity',
'peak_intensity_err', 'peak_intensity_sim' and 'peak_intensity_bc'. This allows the structure to be
processed as a standard parameter in the specific analysis API. One very visible consequence is
that plots of peak intensities, as well as value files, will now have peak intensity errors.

For backwards compatibility, the relax data store method _back_compat_hook() has been modified to
catch all previous peak intensity object variants and to standardise and rename these to the new
object names.

As the parameter is now called 'peak_intensity' rather than 'intensities', all calls to the
grace.write and value.write for this parameter have been changed in the auto-analyses, the sample
scripts, the test suite and the manual.

2014-03-26 21:28:12 Tree
[r22552] by bugman

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

........
r22550 | bugman | 2014-03-26 19:28:47 +0100 (Wed, 26 Mar 2014) | 10 lines

Changed the Noe auto-analysis to properly handle the peak intensity Grace plots.

This relates to bug #21863 (https://gna.org/bugs/?21863), the grace.write user function not being
able to write ref/sat plots as described in sample script noe.py.

Instead of trying to produce the 'ref.agr' and 'sat.agr' files for the non-existent 'ref' and 'sat'
parameters, instead the 'intensities.agr' file is being produced for the peak intensity parameter.
The reference and saturated intensities will appear as two graph sets within that plot.
........

2014-03-26 18:29:24 Tree
[r22551] by bugman

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

........
r22546 | bugman | 2014-03-26 18:42:57 +0100 (Wed, 26 Mar 2014) | 6 lines

Fix for the line numbering for the NOE analysis sample script in the user manual.

The line numbering for the code snippets did not match that of the full sample script shown at the
start of that section of the NOE chapter.
........
r22547 | bugman | 2014-03-26 19:01:15 +0100 (Wed, 26 Mar 2014) | 5 lines

Added a simple shell script to quickly grep the entire source tree while excluding .svn directories.

This will only work on POSIX systems (Linux and Macs).
........
r22548 | bugman | 2014-03-26 19:20:09 +0100 (Wed, 26 Mar 2014) | 6 lines

Fix for the Noe.test_bug_21562_noe_replicate_fail system test.

The 'ref' and 'sat' parameters do not exist. Therefore the grace.write user function calls in the
system test script have been modified to output the 'intensities' parameter instead.
........
r22549 | bugman | 2014-03-26 19:25:44 +0100 (Wed, 26 Mar 2014) | 6 lines

Complete rearrangement of the specific analysis code for the steady-state NOE.

This brings the code into line with the recent specific analysis code rearrangements, specifically
in the specific_analyses.relax_disp package.
........

2014-03-26 18:28:52 Tree
[r22550] by bugman

Changed the Noe auto-analysis to properly handle the peak intensity Grace plots.

This relates to bug #21863 (https://gna.org/bugs/?21863), the grace.write user function not being
able to write ref/sat plots as described in sample script noe.py.

Instead of trying to produce the 'ref.agr' and 'sat.agr' files for the non-existent 'ref' and 'sat'
parameters, instead the 'intensities.agr' file is being produced for the peak intensity parameter.
The reference and saturated intensities will appear as two graph sets within that plot.

2014-03-26 18:28:47 Tree
[r22549] by bugman

Complete rearrangement of the specific analysis code for the steady-state NOE.

This brings the code into line with the recent specific analysis code rearrangements, specifically
in the specific_analyses.relax_disp package.

2014-03-26 18:25:44 Tree
[r22548] by bugman

Fix for the Noe.test_bug_21562_noe_replicate_fail system test.

The 'ref' and 'sat' parameters do not exist. Therefore the grace.write user function calls in the
system test script have been modified to output the 'intensities' parameter instead.

2014-03-26 18:20:09 Tree
[r22547] by bugman

Added a simple shell script to quickly grep the entire source tree while excluding .svn directories.

This will only work on POSIX systems (Linux and Macs).

2014-03-26 18:01:15 Tree
[r22546] by bugman

Fix for the line numbering for the NOE analysis sample script in the user manual.

The line numbering for the code snippets did not match that of the full sample script shown at the
start of that section of the NOE chapter.

2014-03-26 17:42:57 Tree
[r22545] by bugman

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

........
r22543 | bugman | 2014-03-26 18:32:15 +0100 (Wed, 26 Mar 2014) | 10 lines

Changed the Noe.test_noe_analysis system test to handle the peak intensities correctly.

This relates to bug #21863 (https://gna.org/bugs/?21863), , the grace.write user function not being
able to write ref/sat plots as described in sample script noe.py.

Instead of trying to produce the 'ref.agr' and 'sat.agr' files for the non-existent 'ref' and 'sat'
parameters, instead the 'intensities.agr' file is being produced for the peak intensity parameter.
The reference and saturated intensities will appear as two graph sets within that plot.
........
r22544 | bugman | 2014-03-26 18:38:41 +0100 (Wed, 26 Mar 2014) | 11 lines

Changed the Noe analysis sample script to properly handle the peak intensity Grace plots.

This relates to bug #21863 (https://gna.org/bugs/?21863), the grace.write user function not being
able to write ref/sat plots as described in sample script noe.py.

Instead of trying to produce the 'ref.agr' and 'sat.agr' files for the non-existent 'ref' and 'sat'
parameters, instead the 'intensities.agr' file is being produced for the peak intensity parameter.
The reference and saturated intensities will appear as two graph sets within that plot. These
changes match those of the test suite.
........

2014-03-26 17:39:06 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.