Previous topic

nmrglue.process.pipe_proc.rft

Next topic

nmrglue.process.pipe_proc.ht

This Page

nmrglue.process.pipe_proc.ha

nmrglue.process.pipe_proc.ha(dic, data, inv=False)

Hadamard Transform

Parameters:

  • dic Dictionary of NMRPipe parameters.
  • data array of spectral data.
  • inv True to scale by 1/N where N is the length of the trace.

This function is very slow. Implemented a FWHT in proc_base would significantly improve the speed of this functions.