Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetGaussian2DVolumeOptions

Calculate the Volume of gaussian shape.

returns

The volume of the specific shape and parameters.

Hierarchy

  • GetGaussian2DVolumeOptions

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.

default

50

height?: number

The maximum intensity value of the shape

default

1

sd?: number | XYNumber

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