nmrglue.process.proc_base.center

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

Center data.

Parameters :

data : ndarray

Array of NMR data.

n : int

Size of centering window (+/- points)

Returns :

ndata : ndarray

Array of centered NMR data.

Previous topic

nmrglue.process.proc_base.smo

Next topic

nmrglue.process.proc_base.zd

This Page