|
High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
|
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.
| 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.
| 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.