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.
........