CFwhm:Bg
The Bg method returns the background value calculated by the Calc method.
nBg = CFwhm:Bg() |
nBg is the background value.
F = CFwhm:new() |
-- create a new CFwhm object |
F:Calc( 290, 484 ) |
-- calculate the FWHM near pixel 290,484 |
Printf("Bg = %lg", F:Bg() ) |
-- result: Bg = 3182.55 |