nmrglue.process.proc_base.zd_boxcar

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

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

Returns
ndatandarray

Array of NMR data with diagonal band set to zero.