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 :

data : ndarray

Array of NMR data.

wide : int

Diagonal band half width in points.

x0 : int

Starting location of diagonal band in points.

slope : float

Slope of diagonal band.

g : float

Width of Gaussian function.

Returns :

ndata : ndarray

Array of NMR data with diagonal band set to zero.

Previous topic

nmrglue.process.proc_base.zd_sinebell

Next topic

nmrglue.process.proc_base.int2bin

This Page