nmrglue.process.proc_base.xy2yx

nmrglue.process.proc_base.xy2yx(data, hyper=False)[source]

Transpose data.

Parameters :

data : ndarray

Array of NMR data.

hyper : bool

True if hypercomplex data.

Returns :

ndata : ndarray

Array of NMR data with axes transposed.

Previous topic

nmrglue.process.proc_base.ytp

Next topic

nmrglue.process.proc_base.tp_hyper

This Page