Previous topic

nmrglue.process.proc_base.sp

Next topic

nmrglue.process.proc_base.tm

This Page

nmrglue.process.proc_base.sine

nmrglue.process.proc_base.sine(data, off=0, end=1.0, pow=1.0, inv=False)

Shifted Sine-Bell Apodization

Functional form:

sp(x_i) = sin( (pi*off + pi*(end-off)*i/(size-1) )**pow

Parameters:

  • data Array of spectral data.
  • start Start of Sine-Bell as percent of vector (0.0 -> 1.0)
  • end End of Sine-Bell as percent of vector (0.0 -> 1.0 )
  • pow Power of Sine-Bell
  • inv Set True for inverse apodization.