|
High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
|

Functions | |
| hdrl_casu_tfits * | hdrl_casu_tfits_wrap (cpl_table *tab, cpl_propertylist *ehu) |
| Wrap an table in a hdrl_casu_tfits wrapper. | |
| cpl_propertylist * | hdrl_casu_tfits_get_ehu (hdrl_casu_tfits *p) |
| Get the propertylist for the extension header for a given hdrl_casu_tfits image. | |
| cpl_table * | hdrl_casu_tfits_get_table (hdrl_casu_tfits *p) |
| Get the CPL table from the hdrl_casu_tfits object. | |
| void | hdrl_casu_tfits_delete (hdrl_casu_tfits *p) |
| Free all the workspace associated with a hdrl_casu_fits object. | |
| hdrl_casu_fits * | hdrl_casu_fits_wrap (cpl_image *im) |
| Wrap an image in a hdrl_casu_fits wrapper. | |
| hdrl_casu_fits * | hdrl_casu_fits_duplicate (hdrl_casu_fits *in) |
| Copy a hdrl_casu_fits structure into another one. | |
| cpl_propertylist * | hdrl_casu_fits_get_ehu (hdrl_casu_fits *p) |
| Get the propertylist for the extension header for a given hdrl_casu_fits image. | |
| cpl_image * | hdrl_casu_fits_get_image (hdrl_casu_fits *p) |
| Get the CPL image from the hdrl_casu_fits object. | |
| void | hdrl_casu_fits_delete (hdrl_casu_fits *p) |
| Free all the workspace associated with a hdrl_casu_fits object. | |
| cpl_error_code | hdrl_casu_catalogue (hdrl_casu_fits *infile, hdrl_casu_fits *conf, const cpl_wcs *wcs, cpl_size ipix, double threshold, cpl_size icrowd, double rcore, cpl_size bkg_subtr, cpl_size nbsize, hdrl_catalogue_options cattype, double filtfwhm, double gainloc, double saturation, hdrl_casu_result *res) |
| Generate object catalogues from input images. | |