Previous topic

nmrglue.process.pipe_proc.tm

Next topic

nmrglue.process.pipe_proc.rs

This Page

nmrglue.process.pipe_proc.tri

nmrglue.process.pipe_proc.tri(dic, data, loc='auto', lHi=0.0, rHi=0.0, c=1.0, start=1, size='default', inv=False, one=False, hdr=False)

Triangular Apodization

The right side of the apodization is slightly different than NMRPipe.

Parameters:

  • dic Dictionary of NMRPipe parameters.
  • data array of spectral data.
  • loc Location of Apex in points. “auto” sets to middle trace.
  • lHi Left side starting height.
  • rHi Right side starting height.
  • c First point scale value.
  • start Number of points in apodization window.
  • size Starting location of apodization window. Dafault is full size.
  • inv True for inverse apodization, False for normal apodization.
  • one True leaves points outside of window as is, False zeros them.
  • hdr True to read apodization parameters from Header.