Previous topic

nmrglue.process.proc_base.sine

Next topic

nmrglue.process.proc_base.tri

This Page

nmrglue.process.proc_base.tm

nmrglue.process.proc_base.tm(data, t1=0.0, t2=0.0, inv=False)

Trapezoid Apodization

Functional form:
0:t1 linear increase from 0.0 to 1.0 t1:size-t2 1.0 -t2: linear decrease from 1.0 to 0.0

Parameters:

  • data Array of spectral data.
  • t1 Left ramp length.
  • t2 Right ramp length.
  • inv Set True for inverse apodization.