nmrglue.process.proc_base.center

nmrglue.process.proc_base.center(data, n)[source]

Center data.

Parameters
datandarray

Array of NMR data.

nint

Size of centering window (+/- points)

Returns
ndatandarray

Array of centered NMR data.