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

    Interface PseudoVoigtTCHShape1D

    interface PseudoVoigtTCHShape1D {
        fwhm?: number;
        fwhmG?: number;
        fwhmL?: number;
        kind: "pseudoVoigtTCH";
        mu?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fwhm?: number

    Effective full width at half maximum.

    500
    
    fwhmG?: number

    Full width at half maximum of the gaussian component.

    500
    
    fwhmL?: number

    Full width at half maximum of the lorentzian component.

    500
    
    kind: "pseudoVoigtTCH"
    mu?: number

    Ratio of gaussian contribution in the shape.

    0.5