nmrglue.process.proc_base.zd

nmrglue.process.proc_base.zd(data, window, x0=0.0, slope=1.0)[source]

Zero Diagonal band with generic window function.

Parameters :

data : ndarray

Array of NMR data.

window : ndarray

Window to apply to diagonal band.

wide : int

Diagonal band half width in points.

x0 : int

Starting location of diagonal band in points.

slope : float

Slope of diagonal band.

Returns :

ndata : ndarray

Array of NMR data with diagonal band set to zero.

Previous topic

nmrglue.process.proc_base.center

Next topic

nmrglue.process.proc_base.zd_boxcar

This Page