CFwhm:Fwhm
The Fwhm method returns the Full Width at Half Maximum value calculated by the Calc method.
nFWHM = CFwhm:Fwhm() |
nFWHM is the Full Width at Half Maximum value returned by Calc.
F = CFwhm:new() |
-- create a new CFwhm object |
F:Calc( 290, 484 ) |
-- calculate the FWHM near pixel 290,484 |
Printf("FWHM = %lg", F:Fwhm() ) |
-- result: FWHM = 2.493 |