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. IfFalse, spectra are divided by the area under the curve of the spectrum with the largest one in the givenramanspy.SpectralContainerinstance.
Methods
__init__(*[, pixelwise])apply(raman_objects)Applies the defined preprocessing method on the Raman spectroscopic objects provided.