MMV-Lab / MSI-Explorer

BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Spectral smoothing #76

Open nmmtsaw opened 1 year ago

nmmtsaw commented 1 year ago

method="gaussian" performs smoothing with a Gaussian kernel method="ma" performs moving average smoothing method="sgolay" applies a Savitzky-Golay smoothing filter

Reference - https://github.com/kuwisdelu/Cardinal/blob/devel/R/process2-smoothSignal.R