nmrglue.process.proc_base.zd_gaussian

nmrglue.process.proc_base.zd_gaussian(data, wide=1.0, x0=0.0, slope=1.0, g=1)[source]

Zero Diagonal band with gaussian function

Parameters
datandarray

Array of NMR data.

wideint

Diagonal band half width in points.

x0int

Starting location of diagonal band in points.

slopefloat

Slope of diagonal band.

gfloat

Width of Gaussian function.

Returns
ndatandarray

Array of NMR data with diagonal band set to zero.