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
dicdict

Dictionary of NMRPipe parameters.

datandarray

Array of NMR data.

hyperbool

True to perfrom hypercomplex transpose.

nohyperbool

True to supress hypercomplex transpose.

autobool

True to choose transpose mode automatically.

nohdrbool

True to not update the transpose parameters in ndic.

Returns
ndicdict

Dictionary of updated NMRPipe parameters.

ndatandarray

Array of NMR data which has been transposed.