ramanspy.preprocessing.normalise.MaxIntensity
- class ramanspy.preprocessing.normalise.MaxIntensity(*, pixelwise: bool = True)[source]
Max intensity normalisation.
\[x = x/max(x)\]- Parameters:
pixelwise (bool) – If
True(default), method is applied to each spectra individually. IfFalse, spectra are divided by the global maximum intensity.
Methods
__init__(*[, pixelwise])apply(raman_objects)Applies the defined preprocessing method on the Raman spectroscopic objects provided.