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. If False, spectra are divided by the global maximum intensity.

__init__(*, pixelwise: bool = True)[source]

Methods

__init__(*[, pixelwise])

apply(raman_objects)

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