ml-peak-shape-generator
    Preparing search index...

    Interface LorentzianShape1D

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    fwhm?: number

    Full width at half maximum.

    500
    
    kind: "lorentzian"