Interface LorentzianClassOptions

interface LorentzianClassOptions {
    fwhm?: number;
}

Hierarchy

Properties

Properties

fwhm?: number

Full width at half maximum.

Default

500