Skip to content

AnalyzeThis

Guillaume Erny edited this page Jan 19, 2017 · 13 revisions

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.

Properties

DataIn

DataIn is a 2*n array that contains the data of interest (first column the axe, second column the dependent values - chromatogram, electropherogram, scan...)

BaselineMethod

Is used to implement a baseline method. The format should be: 'Name:parameter1:parameter2:....').

SmoothingMethod

Not implemented yet

PeakPickingMethod

Is used to implement a peak picking method. The format should be: 'Name:parameter1:parameter2:....').

DeconvolutionMethod

Not implemented yet

Baseline

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:

Clone this wiki locally