Subsections


pipe.change_type

Image pipe

Synopsis

Change the type of the current data pipe.

Defaults

pipe.change_type(pipe_type=None)

Keyword arguments

pipe_type: The type of data pipe.

Description

The data pipe type must be one of the following:

`ct' -
Consistency testing.
`frame order' -
Frame Order theories.
`jw' -
Reduced spectral density mapping.
`hybrid' -
Special hybrid pipe.
`mf' -
Model-free analysis.
`N-state' -
N-state model or ensemble analysis.
`noe' -
Steady state NOE calculation.
`relax_disp' -
Relaxation dispersion.
`relax_fit' -
Relaxation curve fitting.

Prompt examples

To change the type of the current `frame order' data pipe to the N-state model, type one of:

[numbers=none]
relax> pipe.change_type('N-state')

[numbers=none]
relax> pipe.change_type(pipe_type='N-state')


The relax user manual (PDF), created 2020-08-26.