ml-gsd
    Preparing search index...

    Interface GSDBroadenPeak

    interface GSDBroadenPeak {
        from: { x: number };
        id?: string;
        index: number;
        shape?: Shape1D;
        to: { x: number };
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    from: { x: number }

    Left edge of the broadened peak.

    id?: string

    Stable identifier propagated from the source peak.

    undefined
    
    index: number

    Index of the peak in the source spectrum.

    shape?: Shape1D

    Shape propagated from the source peak.

    undefined
    
    to: { x: number }

    Right edge of the broadened peak.

    width: number

    Broadened width (to.x - from.x).

    x: number

    x coordinate of the peak.

    y: number

    y coordinate (intensity) of the peak.