|
CR2RE Pipeline Reference Manual 1.6.2
|
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. | |
Do aperture integration.
| 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.
| ap | The current ap structure |
| xniso | The isophotal flux |
| xbar | The X position of the object |
| ybar | The Y position of the object |
| sxx | Second moment in X |
| syy | Second moment in Y |
| sxy | Second moment cross term |
| areal0 | The first areal profile |
| tmax | The peak flux of the object |
| ttotal | The output total integrated flux |
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().