pybaselines
pybaselines copied to clipboard
A Python library of algorithms for the baseline correction of experimental data.
In your citing section of the docs you list a bibtex entry for the github repo along with a zenodo doi. In addition to this (superseding perhaps) I'd suggest writing...
In https://pybaselines.readthedocs.io/en/latest/generated/examples/whittaker/plot_lam_vs_data_size.html you write a line: ``` # local import with setup code from example_helpers import make_data, optimize_lam ``` but I run on my computer says error: `ModuleNotFoundError: No module...
### Description of the problem/new feature for example I want to make a baseline fit for this spectrum  but I want to mask out the -200
### Description of the problem/new feature As part of a larger effort aimed at adding validation tests for all algorithms, I have found that aspls does not fit noisy data...