Functions | |
| cpl_error_code | irplib_image_save (cpl_frameset *allframes, const cpl_parameterlist *parlist, const cpl_frameset *usedframes, const cpl_image *image, cpl_type_bpp bpp, const char *recipe, const char *procat, const cpl_propertylist *applist, const char *remregexp, const char *pipe_id, const char *filename) |
| Save an image as a pipeline product. | |
| cpl_error_code | irplib_table_save (cpl_frameset *allframes, const cpl_parameterlist *parlist, const cpl_frameset *usedframes, const cpl_table *table, const cpl_propertylist *tablelist, const char *recipe, const char *procat, const cpl_propertylist *applist, const char *remregexp, const char *pipe_id, const char *filename) |
| Save a table as a pipeline product. | |
| cpl_error_code | irplib_paf_save (const char *instrume, const char *recipe, const cpl_propertylist *paflist, const char *filename) |
| Create a new PAF file. | |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Save an image as a pipeline product.
Definition at line 193 of file irplib_dfs.c. |
|
||||||||||||||||||||
|
Create a new PAF file.
const char pafcopy[] = "^(DATE-OBS|ARCFILE|ESO TPL ID|ESO DET DIT|MJD-OBS)$"; cpl_propertylist * paflist = cpl_propertylist_load_regexp(ref_file, 0, pafcopy, 0); cpl_propertylist_append(paflist, qclist); irplib_paf_save("IIINSTRUMENT", "rrrecipe", paflist, "rrrecipe"); cpl_propertylist_delete(paflist); Definition at line 294 of file irplib_dfs.c. |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Save a table as a pipeline product.
Definition at line 236 of file irplib_dfs.c. |
1.4.4