hplc-py icon indicating copy to clipboard operation
hplc-py copied to clipboard

Replace SNIP implementation with broad integration of `pybaselines`

Open gchure opened this issue 1 year ago • 0 comments

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.

gchure avatar Jan 23 '24 01:01 gchure