tidyms.Chromatogram

class Chromatogram(time: ndarray, spint: ndarray, index: int = 0, mode: str = 'uplc')

Representation of a chromatogram. Manages plotting and peak detection.

Subclassed from LCRoi.

Attributes:
timearray

Retention time data.

spintarray

Intensity data.

mode{“uplc”, “hplc”}, default=”uplc”

Analytical platform used for separation. Sets default values for peak detection.