ml-gsd
    Preparing search index...

    Interface GSDPeakOptimized

    interface GSDPeakOptimized {
        id?: string;
        shape: Shape1D;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    id?: string

    Stable identifier assigned to the peak.

    undefined
    
    shape: Shape1D

    Fitted shape (including fwhm).

    width: number

    Width at the level of the inflection points.

    x: number

    x coordinate of the peak.

    y: number

    y coordinate (intensity) of the peak.