Package prompt :: Module run :: Class Run
[hide private]
[frames] | no frames]

Class Run

source code

Instance Methods [hide private]
 
__init__(self, relax) source code
 
create(self, run=None, run_type=None)
Function for setting up a run type.
source code
 
delete(self, run=None)
Function for deleting a run.
source code
Method Details [hide private]

create(self, run=None, run_type=None)

source code 
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')

delete(self, run=None)

source code 
Function for deleting a run.

Keyword Arguments
~~~~~~~~~~~~~~~~~

run:  The name of the run.


Description
~~~~~~~~~~~

This function will destroy all data corresponding to the given run.