nmrglue.process.proc_base.tri
-
nmrglue.process.proc_base.tri(data, loc='auto', lHi=0.0, rHi=0.0, inv=False)
Triangle Apodization
- Functional form:
- 0:loc linear increase/decrease from lHi to 1.0
loc: linear increase/decrease from 1.0 to rHi
Parameters:
- data Array of spectral data.
- loc Location of apex, “auto” sets to middle.
- lHi Left side starting height.
- rHi Right side starting height.
- inv Set True for inverse apodization.