|
CR2RE Pipeline Reference Manual 1.6.2
|
Deblend overlapping images. More...
Functions | |
| cpl_error_code | hdrl_overlp (ap_t *ap, double parm[IMNUM][NPAR], cpl_size *nbit, double xbar, double ybar, double total, cpl_size npix, double tmax) |
| Deblend overlapping images. | |
| cpl_error_code | hdrl_overlp_2orMore (ap_t *ap, double parm[IMNUM][NPAR], cpl_size *nbit, double xbar, double ybar, double total, cpl_size npix, double curthr_prev, double nexthr_prev, double lasthr_prev) |
| Deblend overlapping images 2 or more. If you know that exist more than 1 (come to the previous version). | |
Deblend overlapping images.
| cpl_error_code hdrl_overlp | ( | ap_t * | ap, |
| double | parm[IMNUM][NPAR], | ||
| cpl_size * | nbit, | ||
| double | xbar, | ||
| double | ybar, | ||
| double | total, | ||
| cpl_size | npix, | ||
| double | tmax | ||
| ) |
Deblend overlapping images.
| ap | The current ap structure |
| parm | The parameter array for the deblended objects |
| nbit | The output number of objects found in the deblended object |
| xbar | The X position of the input object |
| ybar | The Y position of the input object |
| total | The total flux of the input object |
| npix | The number of pixels in the original object |
| tmax | The peak flux of the original object |
Description: An array of pixels that are believed to be part of a single large object are analyzed with successively higher thresholds to see if they resolve into multiple objects.
Definition at line 88 of file hdrl_cat_overlp.c.
References hdrl_apclose(), hdrl_apclust(), hdrl_apinit(), hdrl_apreinit(), hdrl_overlp_2orMore(), and sort_array_f().
Referenced by hdrl_process_results().
| cpl_error_code hdrl_overlp_2orMore | ( | ap_t * | ap, |
| double | parm[IMNUM][NPAR], | ||
| cpl_size * | nbit, | ||
| double | xbar, | ||
| double | ybar, | ||
| double | total, | ||
| cpl_size | npix, | ||
| double | curthr_prev, | ||
| double | nexthr_prev, | ||
| double | lasthr_prev | ||
| ) |
Deblend overlapping images 2 or more. If you know that exist more than 1 (come to the previous version).
| ap | The current ap structure |
| parm | The parameter array for the deblended objects |
| nbit | The output number of objects found in the deblended object |
| xbar | The X position of the input object |
| ybar | The Y position of the input object |
| total | The total flux of the input object |
| npix | The number of pixels in the original object |
| curthr_prev | Threshold |
| nexthr_prev | Threshold |
| lasthr_prev | Threshold |
Description: An array of pixels that are believed to be part of a single large object are analyzed with successively higher thresholds to see if they resolve into multiple objects.
Definition at line 346 of file hdrl_cat_overlp.c.
References hdrl_polynm().
Referenced by hdrl_overlp().