DIFRATE Wiki
DIstortion Free Relaxation Analysis TEchnique (DIFRATE) software
Brought to you by:
alsi-nmr
Once the space is calculated, it may be plotted simply by calling ‘draw_space’ with the output of ‘get_space’ (full, reduced).
draw_space(space);
Note that calculating the space is much more time consuming than actual plotting, so it can be beneficial to have the space calculation saved in a variable for later access, hence why ‘get_space’ and ‘draw_space’ are included as separate programs.