cremerlab / hplc-py

A Python utility for the processing and quantification of chromatography data
https://cremerlab.github.io/hplc-py/
GNU General Public License v3.0
19 stars 4 forks source link

Replace SNIP implementation with broad integration of `pybaselines` #12

Open gchure opened 6 months ago

gchure commented 6 months ago

I've developed hplc-py using only one baseline estimation algorithm (SNIP), but there are many options that can be used. These are nicely tested and developed in the pybaselines package. A development goal of hplc-py would be to deprecate the correct_baseline method of a Chromatogram with a call to the broad pybaselines API.