nmrglue.process.pipe_proc.gm

nmrglue.process.pipe_proc.gm(dic, data, g1=0.0, g2=0.0, g3=0.0, c=1.0, start=1, size='default', inv=False, one=False, hdr=False)[source]

Lorentz-to-Gauss apodization

Parameters
dicdict

Dictionary of NMRPipe parameters.

datandarray

Array of NMR data.

g1float

Inversion exponential width in Hz.

g2float

Gaussian broadening width in Hz

g3float

Location of Gaussian maximum, should be between 0.0 and 1.0.

cfloat

First point scale value.

startint, optional

Starting location of apodization window. Default is the first point, 1.

sizeint, optional

Size of the apodization window. Default (‘default’) is the full size of the active dimension.

invbool, optional

True for inverse apodization, False for normal apodization.

onebool, optional

True to set points outside of window to 1. False leaves points outside the apodization window as is.

hdrbool, optional

True to read apodization parameters from the the parameters in dic.

Returns
ndicdict

Dictionary of updated NMRPipe parameters.

ndatandarray

Array of NMR data with lorentz-to-gauss apodization applied.