chromatography
    Preparing search index...

    Interface GenerateChromatogram1DPeak

    interface GenerateChromatogram1DPeak {
        intensity: number;
        retentionTime: number;
        shape?: Shape1D;
    }
    Index

    Properties

    intensity: number

    Intensity of the peak (at the apex).

    retentionTime: number

    Retention time of the peak (apex).

    shape?: Shape1D

    Shape of the peak.

    { kind: 'gaussian', fwhm: 4 }