|
VIRCAM Pipeline
2.3.10
|
These are methods for manipulating keywords in data product headers. More...
Functions | |
| int | vircam_dfs_set_groups (cpl_frameset *set) |
| void | vircam_dfs_set_product_primary_header (cpl_propertylist *plist, cpl_frame *frame, cpl_frameset *frameset, cpl_parameterlist *parlist, char *recipeid, const char *dict, cpl_frame *inherit, int synch) |
| void | vircam_dfs_set_product_exten_header (cpl_propertylist *plist, cpl_frame *frame, cpl_frameset *frameset, cpl_parameterlist *parlist, char *recipeid, const char *dict, cpl_frame *inherit) |
These are methods for manipulating keywords in data product headers.
| int vircam_dfs_set_groups | ( | cpl_frameset * | set | ) |
| set | The input frameset |
| CASU_OK | If everything is ok |
| CASU_FATAL | If NULL frameset |
Definition at line 115 of file vircam_dfs.c.
| void vircam_dfs_set_product_exten_header | ( | cpl_propertylist * | plist, |
| cpl_frame * | frame, | ||
| cpl_frameset * | frameset, | ||
| cpl_parameterlist * | parlist, | ||
| char * | recipeid, | ||
| const char * | dict, | ||
| cpl_frame * | inherit | ||
| ) |
| plist | The propertylist to which the keywords should be appended |
| frame | The output product frame |
| frameset | The input recipe frameset |
| parlist | The parameter list of the input recipe |
| recipeid | The name of the input recipe |
| dict | The dictionary ID |
| inherit | The frame from which you want to inherit all the useful header info |
Definition at line 299 of file vircam_dfs.c.
Referenced by vircam_jmp_save_illum().
| void vircam_dfs_set_product_primary_header | ( | cpl_propertylist * | plist, |
| cpl_frame * | frame, | ||
| cpl_frameset * | frameset, | ||
| cpl_parameterlist * | parlist, | ||
| char * | recipeid, | ||
| const char * | dict, | ||
| cpl_frame * | inherit, | ||
| int | synch | ||
| ) |
| plist | The propertylist to which the keywords should be appended |
| frame | The output product frame |
| frameset | The input recipe frameset |
| parlist | The parameter list of the input recipe |
| recipeid | The name of the input recipe |
| dict | The dictionary ID |
| inherit | The frame from which you want to inherit useful header information |
| synch | If set, then the timing information that has been added by the relevant cpl_ routine can be overwritten by the timing information from the original propertylist |
Definition at line 227 of file vircam_dfs.c.
Referenced by vircam_jmp_save_illum().