ramanspy.preprocessing.denoise.Gaussian

class ramanspy.preprocessing.denoise.Gaussian(*, sigma=1, order=0, output=None, mode='reflect', cval=0.0, truncate=4.0, radius=None)[source]

Denoising based on a Gaussian filter.

Parameters:

**kwargs – Check original implementation for information about parameters.

Note

Implementation based on scipy.

__init__(*, sigma=1, order=0, output=None, mode='reflect', cval=0.0, truncate=4.0, radius=None)[source]

Methods

__init__(*[, sigma, order, output, mode, ...])

apply(raman_objects)

Applies the defined preprocessing method on the Raman spectroscopic objects provided.