ramanspy.preprocessing.misc.BackgroundSubtractor
- class ramanspy.preprocessing.misc.BackgroundSubtractor(*, background: Spectrum)[source]
Subtract a fixed reference background.
- Parameters:
background (Spectrum) – The reference background to subtract.
Methods
__init__(*, background)apply(raman_objects)Applies the defined preprocessing method on the Raman spectroscopic objects provided.