CR2RE Pipeline Reference Manual 1.6.11
hdrl_extend

Do aperture integration. More...

Functions

cpl_error_code hdrl_extend (ap_t *ap, double xniso, double xbar, double ybar, double sxx, double sxy, double syy, double areal0, double tmax, double *ttotal)
 Do aperture integration.
 

Detailed Description

Do aperture integration.

Function Documentation

◆ hdrl_extend()

cpl_error_code hdrl_extend ( ap_t * ap,
double xniso,
double xbar,
double ybar,
double sxx,
double sxy,
double syy,
double areal0,
double tmax,
double * ttotal )

Do aperture integration.

Parameters
apThe current ap structure
xnisoThe isophotal flux
xbarThe X position of the object
ybarThe Y position of the object
sxxSecond moment in X
syySecond moment in Y
sxySecond moment cross term
areal0The first areal profile
tmaxThe peak flux of the object
ttotalThe output total integrated flux
Returns
CPL_ERROR_NONE if all went OK (Currently this is the only value).

Description: The integrated flux of an object is calculated using matched.

Definition at line 67 of file hdrl_cat_extend.c.

References hdrl_median(), and hdrl_polynm().

Referenced by hdrl_process_results().