spectrum-generator
    Preparing search index...

    Interface PeakOptions

    interface PeakOptions {
        factor?: number;
        shape?: Shape1D;
        width?: number;
        widthLeft?: number;
        widthRight?: number;
    }
    Index

    Properties

    factor?: number

    Number of times of fwhm to calculate length..

    'covers 99.99 % of surface'
    
    shape?: Shape1D

    Shape options

    width?: number

    Half-height width.

    peakWidthFct(value)

    widthLeft?: number

    Half-height width left (asymmetric peak).

    fwhm

    widthRight?: number

    Half-height width right (asymmetric peak).

    fwhm