ramanspy.preprocessing.baseline.CornerCutting
- class ramanspy.preprocessing.baseline.CornerCutting(*, max_iter=100)[source]
Baseline correction based on Corner Cutting.
- Parameters:
**kwargs – Check original implementation for information about parameters.
Note
Implementation based on pybaselines.
References
Liu, Y.J., et al. A Concise Iterative Method with Bezier Technique for Baseline Construction. Analyst, 2015, 140(23), 7984-7996.
Methods
__init__(*[, max_iter])apply(raman_objects)Applies the defined preprocessing method on the Raman spectroscopic objects provided.