svn+ssh://bugman@.../svn/relax/trunk
........
r27011 | bugman | 2014-12-08 11:03:44 +0100 (Mon, 08 Dec 2014) | 7 lines
Added a compressed EPS version of the 128x128/actions/document-preview-archive Oxygen icon.
The EPS bounding box was manually changed to 0 0 18 18 in a text editor. The scanline translation
parameters were also fixed by changing them all to 18 as well. This allows the icon to be used in
the relax manual.
........
r27014 | bugman | 2014-12-08 15:50:04 +0100 (Mon, 08 Dec 2014) | 5 lines
Fix for the blacklist objects in data_store.data_classes.Element.to_xml().
The class blacklist variable was not being taken into account.
........
r27035 | bugman | 2014-12-09 08:32:31 +0100 (Tue, 09 Dec 2014) | 9 lines
Added the norm_type argument to the grace.write user function.
This is in response to http://thread.gmane.org/gmane.science.nmr.relax.devel/7392/focus=7438.
This norm_type argument can either be 'first' or 'last' to allow different points of the plot to be
the normalisation factor. The default of 'first' preserves the old behaviour of first point
normalisation.
........
r27036 | bugman | 2014-12-09 08:36:47 +0100 (Tue, 09 Dec 2014) | 5 lines
The relax_fit_saturation_recovery.py system test script now sets the norm_type argument.
This is for testing out this new option for the grace.write user function.
........
r27037 | bugman | 2014-12-09 08:41:45 +0100 (Tue, 09 Dec 2014) | 6 lines
The new grace.write user function norm_type argument has been activated.
The argument is now passed from pipe_control.grace.write into the write_xy_data() function of the
lib.software.grace module, and is used to select which point to use for the normalisation.
........
r27038 | bugman | 2014-12-09 08:47:10 +0100 (Tue, 09 Dec 2014) | 7 lines
The relaxation exponential curve-fitting auto-analysis now sets the normalisation type.
This is for the new grace.write user function. If the model for all spins is set to 'sat', then the
norm_type will be set to 'last'. This allows for reasonable normalised curves for the saturation
recovery R1 experiment types.
........
r27039 | bugman | 2014-12-09 08:54:53 +0100 (Tue, 09 Dec 2014) | 7 lines
Change for norm_type variable in the relaxation exponential curve-fitting auto-analysis.
This is now set to 'last', not only for the saturation recovery, but now also for the inversion
recovery experiment types. This ensures that the normalisation point is the steady state
magnetisation peak intensity.
........
r27040 | bugman | 2014-12-09 09:04:20 +0100 (Tue, 09 Dec 2014) | 8 lines
Cleared the list of blacklisted objects for the cdp.exp_info data structure.
The data_store.exp_info.ExpInfo class blacklist variable had previously not been used. But after
recent changes, the list was now active. As all the contents of the container were blacklisted, the
container was being initialised as being empty when reading the XML formatted state or results
files. Therefore the blacklist is now set to an empty list.
........