These are methods for manipulating keywords in data product headers.
More...
|
| 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.
- Author
- Jim Lewis, CASU
◆ vircam_dfs_set_groups()
| int vircam_dfs_set_groups |
( |
cpl_frameset * | set | ) |
|
|
extern |
- Name:
- vircam_dfs_set_groups
- Purpose:
- Set the group of each frame in a frameset as RAW or CALIB according to DO.CATG tag given to it.
- Description:
- A frameset is given. Each frame in the frameset is classified as RAW or CALIB depending upon the dfs tag it's been given.
- Language:
- C
- Parameters
-
- Return values
-
| CASU_OK | If everything is ok |
| CASU_FATAL | If NULL frameset |
- Author
- Jim Lewis, CASU
Definition at line 115 of file vircam_dfs.c.
◆ vircam_dfs_set_product_exten_header()
| 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 ) |
|
extern |
◆ vircam_dfs_set_product_primary_header()
| 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 ) |
|
extern |