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

    Interface GaussianShape2D

    kind of shape

    interface GaussianShape2D {
        fwhm?: number | XYNumber;
        kind: "gaussian";
        sd?: number | XYNumber;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    fwhm?: number | XYNumber

    Full width at half maximum. Could specify the value for each axis by a xy object or both by a number.

    50
    
    kind: "gaussian"
    sd?: number | XYNumber

    The halft width between the inflection points or standard deviation. If it is defined the fwhm would be re-assigned.