Interface PseudoVoigtShape1D

interface PseudoVoigtShape1D {
    fwhm?: number;
    kind: "pseudoVoigt";
    mu?: number;
}

Hierarchy

Properties

Properties

fwhm?: number

Full width at half maximum.

Default

500
kind: "pseudoVoigt"
mu?: number

Ratio of gaussian contribution in the shape

Default

0.5