nmrglue.process.pipe_proc.rft

nmrglue.process.pipe_proc.rft(dic, data, inv=False)[source]

Real Fourier transform.

Parameters :

dic : dict

Dictionary of NMRPipe parameters.

data : ndarray

Array of NMR data.

inv : bool

True to perform an inverse transform.

Returns :

ndic : dict

Dictionary of updated NMRPipe parameters.

ndata : ndarray

Array of NMR data which has been real Fourier transformed.

Notes

This function gives results which slightly differ from NMRPipe’s RFT function in some cases.

Previous topic

nmrglue.process.pipe_proc.ft

Next topic

nmrglue.process.pipe_proc.ha

This Page