Function for setting up a run type.
Keyword Arguments
~~~~~~~~~~~~~~~~~
run: The name of the run.
type: The type of run.
Description
~~~~~~~~~~~
The run name can be any string however the run type can only be one of the following:
'jw' - Reduced spectral density mapping.
'mf' - Model-free analysis.
'noe' - Steady state NOE calculation.
'relax_fit' - Relaxation curve fitting.
'srls' - SRLS analysis.
Examples
~~~~~~~~
To set up a model-free analysis run with the name 'm5', type:
relax> run.create('m5', 'mf')
|