Tarskin / HappyTools

A tool for the (high-throughput) processing of HPLC data.
Apache License 2.0
34 stars 16 forks source link

Implement 'Peak' class #30

Closed Tarskin closed 5 years ago

Tarskin commented 5 years ago

This class will contain all information about a Peak, such as area, S/N, Gaussian peak area etc. Furthermore, this class should contain the methods to do all the peak quantitations (migrating them from the current Functions class.

Tarskin commented 5 years ago

The Gaussian functions that are fitted by this class require the data to be non-negative, which should be not something the user has to worry about. There needs to be a built-in scaling of the data within this class.

Tarskin commented 5 years ago

This has been fixed by uplifting the indidivual peak instances when negative Y-values are encountered for said peak.