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
dicdict

Dictionary of NMRPipe parameters.

datandarray

Array of NMR data.

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

Mirror image mode.

zfbool

True to zero fill before transform for speed.

tdbool

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

autobool

True to select mode and zf parameters automatically from dic.

Returns
ndicdict

Dictionary of updated NMRPipe parameters.

ndatandarray

Array of NMR data which has been Hilbert transformed.

Notes

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