-
Notifications
You must be signed in to change notification settings - Fork 2
AnalyzeThis
Peak picking and figure of merits are key methods in separation sciences. The scientific literature is very rich in diverse and original algorithms that aim to detect peaks or calculate key figure of merits. Finnee2016 uses the AnalyzeThis class to allow implementing numerous algorithms.
DataIn is a 2*n array that contains the data of interest (first column the axe, second column the dependent values - chromatogram, electropherogram, scan...)
Is used to implement a baseline method. The format should be: 'Name:parameter1:parameter2:....').
Not implemented yet
Is used to implement a peak picking method. The format should be: 'Name:parameter1:parameter2:....').
Not implemented yet
It is a dependent property and will provide the baseline depending on the selected method. Baseline is a structure with
.bckgPts: a vector of boolean of the same size as the y values. 'true' indicates that a particular point was considered partaking to the background signal.
.noise: an estimated of the noise
.vals: the baseline vector
Up : Peak picking and figures of merit
Next : Baseline methods
Previous : Peak picking and figures of merit
Related to: