Skip to content

Output the fitting parameters for the baseline

Jop Wolffs requested to merge github/fork/Famlam/Famlam-baseline into develop

Created by: Famlam

The history output doesn't show the fitting parameters for baseline correction. Hence, using the textual history, it is impossible to later find out which correction method was used. This PR adds this functionality. Example output would be:

Baseline corrected dimension 2 (poly, deg=9)
Baseline corrected dimension 2 (sin/cos, deg=9)

Merge request reports