nmrglue.process.proc_base.zd_triangle

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

Zero diagonal band with triangle 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.

Returns :

ndata : ndarray

Array of NMR data with diagonal band set to zero.

Previous topic

nmrglue.process.proc_base.zd_boxcar

Next topic

nmrglue.process.proc_base.zd_sinebell

This Page