CADETProcess.comparison.PeakHeight

CADETProcess.comparison.PeakHeight#

class CADETProcess.comparison.PeakHeight(reference: ReferenceBase, components: dict[str, list] | None = None, use_total_concentration: bool = False, use_total_concentration_components: bool = True, start: float | None = None, end: float | None = None, transform: Callable | None = None, only_transforms_array: bool = True, resample: bool = True, smooth: bool = False, normalize: bool = False)[source]#

Bases: DifferenceBase

Absolute difference in peak height difference metric.

Attributes:
find_minimabool

Indicates whether the minima instead of maxima of the peaks are found.

reference_peakslist of tuple

Contains the peaks found in the reference.

normalize_metricsbool

Indicates whether normalization is applied to the peak height difference scores.

normalization_factorlist of list

Contains the normalization factors for each peak in each component.

property n_metrics: int#

int: Number of metrics.