nmrglue.process.pipe_proc.smo

nmrglue.process.pipe_proc.smo(dic, data, n=1, center=False)[source]

Smooth data.

Parameters :

dic : dict

Dictionary of NMRPipe parameters.

data : ndarray

Array of NMR data.

n : int

Size of smoothing window in points.

center : bool

True will perform perform a centering on the data (subtract the smoothed data). False returns the smoothed data.

Returns :

ndic : dict

Dictionary of updated NMRPipe parameters.

ndata : ndarray

Array of NMR data which has been smoothed or centered.

Previous topic

nmrglue.process.pipe_proc.save

Next topic

nmrglue.process.pipe_proc.zd

This Page