ramanspy.preprocessing.normalise.AUC

class ramanspy.preprocessing.normalise.AUC(*, pixelwise: bool = True)[source]

Area under the curve normalisation.

\[x = x/AUC(x)\]
Parameters:

pixelwise (bool) – If True (default), method is applied to each spectra individually. If False, spectra are divided by the area under the curve of the spectrum with the largest one in the given ramanspy.SpectralContainer instance.

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

Methods

__init__(*[, pixelwise])

apply(raman_objects)

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