nmrglue.process.pipe_proc.ht

nmrglue.process.pipe_proc.ht(dic, data, mode='ps0-0', zf=False, td=False, auto=False)[source]

Hilbert transform.

Parameters :

dic : dict

Dictionary of NMRPipe parameters.

data : ndarray

Array of NMR data.

mode : {‘ps0-0’, ‘ps90-180’}

Mirror image mode.

zf : bool

True to zero fill before transform for speed.

td : bool

True to set the time-domain parameter to half size.

auto : bool

True to select mode and zf parameters automatically from dic.

Returns :

ndic : dict

Dictionary of updated NMRPipe parameters.

ndata : ndarray

Array of NMR data which has been Hilbert transformed.

Notes

“ps90-180” mirror image mode gives different results than NMRPipe’s HT function.

Previous topic

nmrglue.process.pipe_proc.ha

Next topic

nmrglue.process.pipe_proc.di

This Page