nmrglue.process.proc_base.filter_median

nmrglue.process.proc_base.filter_median(data, s=(1, 1), m='wrap', c=0.0)[source]

Apply a median filter.

Real and imaginary components are filtered seperately.

Parameters :

data : ndarray

Array of NMR data.

s : tuple

Shape or size taken for each step of the filter.

m : {‘reflect’, ‘constant’, ‘nearest’, ‘wrap’}

How edges of are dealt with.

c : float

Constant value for use when m is ‘constant’.

Returns :

ndata : ndarray

Filtered NMR data.

Previous topic

nmrglue.process.proc_base.correlate

Next topic

nmrglue.process.proc_base.filter_min

This Page