Functions | |
| cpl_error_code | naco_get_filter_infos (const char *f, double *lam, double *dlam) |
| Get the infos of one of the filters. | |
| const char ** | naco_framelist_set_tag (irplib_framelist *self, char *(*pftag)(const cpl_frame *, const cpl_propertylist *, int), int *pntags) |
| Retag a framelist according to the given tagging function. | |
| cpl_error_code naco_get_filter_infos | ( | const char * | f, | |
| double * | lam, | |||
| double * | dlam | |||
| ) |
Get the infos of one of the filters.
| f | The filter name | |
| lam | The associated central wavelength [micrometer] | |
| dlam | The associated filter width [micrometer] |
Definition at line 61 of file naco_utils.c.
| const char** naco_framelist_set_tag | ( | irplib_framelist * | self, | |
| char *(*)(const cpl_frame *, const cpl_propertylist *, int) | pftag, | |||
| int * | pntags | |||
| ) |
Retag a framelist according to the given tagging function.
| self | Framelist with frames to retag | |
| pftag | Function to create a new tag for one frame | |
| pntags | On success, number of new tags in framelist, otherwise undef |
Definition at line 176 of file naco_utils.c.
References irplib_framelist_get(), irplib_framelist_get_propertylist_const(), and irplib_framelist_get_size().
1.4.7