Interface PseudoVoigtClassOptions

interface PseudoVoigtClassOptions {
    fwhm?: number;
    mu?: number;
}

Hierarchy

Properties

Properties

fwhm?: number

Full width at half maximum.

Default

500
mu?: number

Ratio of gaussian contribution in the shape

Default

0.5