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

16-maximum-signal #17

Closed gchure closed 2 months ago

gchure commented 2 months ago

This PR adds a new property to the peak reporting function in response to #16 . Now, for each peak, there is a reported signal_maximum corresponding to the maximum value of the reconstructed signal for that analyte. For single peaks, this will be approximately equal to the maximum observed value in the signal (assuming the fit is adequate). For signals resulting from mixed peaks, this will not be comparable.