Interface LorentzianShape1D

interface LorentzianShape1D {
    fwhm?: number;
    kind: "lorentzian";
}

Hierarchy

Properties

Properties

fwhm?: number

Full width at half maximum.

Default

500
kind: "lorentzian"