Interface Gaussian2DClassOptions

interface Gaussian2DClassOptions {
    fwhm?: number | XYNumber;
    sd?: number | XYNumber;
}

Hierarchy

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.

Default

50
sd?: number | XYNumber

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