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


Up            : Peak picking and figures of merit
Next         : Baseline methods
Previous  : Peak picking and figures of merit


Related to:

Clone this wiki locally