svn+ssh://bugman@.../svn/relax/trunk
........
r22553 | bugman | 2014-03-26 22:28:12 +0100 (Wed, 26 Mar 2014) | 17 lines
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.
........
r22554 | bugman | 2014-03-26 22:32:53 +0100 (Wed, 26 Mar 2014) | 5 lines
Fix for the Noe.test_noe_analysis system test.
The grace plots of the peak intensities now have error bars.
........