nmrglue.process.pipe_proc.tp

nmrglue.process.pipe_proc.tp(dic, data, hyper=False, nohyper=False, auto=False, nohdr=False)[source]

Transpose data (2D).

Parameters :

dic : dict

Dictionary of NMRPipe parameters.

data : ndarray

Array of NMR data.

hyper : bool

True to perfrom hypercomplex transpose.

nohyper : bool

True to supress hypercomplex transpose.

auto : bool

True to choose transpose mode automatically.

nohdr : bool

True to not update the transpose parameters in ndic.

Returns :

ndic : dict

Dictionary of updated NMRPipe parameters.

ndata : ndarray

Array of NMR data which has been transposed.

Previous topic

nmrglue.process.pipe_proc.ps

Next topic

nmrglue.process.pipe_proc.zf

This Page