pybaselines icon indicating copy to clipboard operation
pybaselines copied to clipboard

A Python library of algorithms for the baseline correction of experimental data.

Results 4 pybaselines issues
Sort by recently updated
recently updated
newest added

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 ![Image](https://github.com/user-attachments/assets/b7544592-1337-420e-9612-fd60fb8ee566) 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...