CFwhm:Bg


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

Syntax

nBg = CFwhm:Bg()

bullet.gif    nBg is the background value.

Example

 

F = new_fwhm()

-- 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


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.