|
CR2RE Pipeline Reference Manual 1.6.7
|
Table for the catalogue. More...
Functions | |
| cpl_error_code | hdrl_tabinit (ap_t *ap, cpl_size *xcol, cpl_size *ycol, hdrl_catalogue_options cattype, cpl_table **tab, hdrl_casu_result *res) |
| Initialize catalogues. | |
| cpl_error_code | hdrl_do_seeing (ap_t *ap, cpl_size nobjects, cpl_table *tab) |
| Do seeing estimate. | |
| cpl_error_code | hdrl_process_results (ap_t *ap, double gain, cpl_size *nobjects, cpl_table *tab, hdrl_casu_result *res) |
| Process the results for each object and store them in the table. | |
Table for the catalogue.
| cpl_error_code hdrl_do_seeing | ( | ap_t * | ap, |
| cpl_size | nobjects, | ||
| cpl_table * | tab | ||
| ) |
Do seeing estimate.
| ap | The current ap structure |
| nobjects | Number of objects |
| tab |
Description: Wrapper routine to call the relevant routine to work out the seeing for each of the allowed types of catalogues. Areal profiles are analysed and a seeing estimate is extracted.
Definition at line 290 of file hdrl_cat_table.c.
Referenced by hdrl_catalogue_conf().
| cpl_error_code hdrl_process_results | ( | ap_t * | ap, |
| double | gain, | ||
| cpl_size * | nobjects, | ||
| cpl_table * | tab, | ||
| hdrl_casu_result * | res | ||
| ) |
Process the results for each object and store them in the table.
| ap | The current ap structure |
| gain | The header keyword with the gain in e-/ADU |
| nobjects | |
| tab | |
| res |
Description: Wrapper routine to call the relevant routine to work out the results for each of the allowed types of catalogues. The pixel processing is done for all the parameters wanted.
Definition at line 324 of file hdrl_cat_table.c.
References hdrl_areals(), hdrl_backest(), hdrl_extend(), hdrl_flux(), hdrl_halflight(), hdrl_kronrad(), hdrl_moments(), hdrl_overlp(), hdrl_petrad(), and hdrl_phopt().
Referenced by hdrl_terminate().
| cpl_error_code hdrl_tabinit | ( | ap_t * | ap, |
| cpl_size * | xcol, | ||
| cpl_size * | ycol, | ||
| hdrl_catalogue_options | cattype, | ||
| cpl_table ** | tab, | ||
| hdrl_casu_result * | res | ||
| ) |
Initialize catalogues.
| ap | The current ap structure |
| xcol | |
| ycol | |
| cattype | The type of catalogue to be produced |
| tab | |
| res |
Description: Wrapper routine to call the relevant initialisation routine for each of the allowed types of catalogues.
Definition at line 246 of file hdrl_cat_table.c.
Referenced by hdrl_catalogue_conf().