CFwhm:Y CFwhm:X

CFwhm:Bg


The Bg method returns the background value calculated by the Calc method.

Syntax

nBg = CFwhm:Bg()

    nBg is the background value.

Example

 

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

Related Topics

CFwhm, Calc