Interface PeakOptions

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

Properties

factor?: number

Number of times of fwhm to calculate length..

Default

'covers 99.99 % of surface'
shape?: Shape1D

Shape options

width?: number

Half-height width.

Default

peakWidthFct(value)

widthLeft?: number

Half-height width left (asymmetric peak).

Default

fwhm

widthRight?: number

Half-height width right (asymmetric peak).

Default

fwhm