CFwhm:Peak


The Peak method returns the peak intensity above background that results from the Calc method.

Syntax

nPeak = CFwhm:Peak()

bullet.gif    nPeak is the intensity above background returned by Calc.

Example

 

F = new_fwhm()

-- create a new CFwhm object

F:Calc( 290, 484 )

-- calculate the Peak near pixel 290,484

Printf("Peak = %lg", F:Peak() )

-- result: Peak = 3290.55

Related Topics

CFwhm, Calc


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