|
OMEGA Pipeline Reference Manual
1.0.6
|
Functions | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. More... | |
| int | omega_darkcurrent_combine (cpl_parameterlist *pars, int xn) |
| Trim and combine input images. More... | |
| int | omega_darkcurrent_save (cpl_image *image, cpl_frameset *set, cpl_parameterlist *parlist, cpl_propertylist *qclist, cpl_type_bpp bitpix, const char *outfile, cpl_frame *product_frame) |
| Save the omega_darkcurrent recipe products on disk. More... | |
| int cpl_plugin_get_info | ( | cpl_pluginlist * | list | ) |
Build the list of available plugins, for this module.
| list | the plugin list |
This function is exported.
Definition at line 127 of file omega_darkcurrent.c.
References omega_get_license().
| int omega_darkcurrent_combine | ( | cpl_parameterlist * | pars, |
| int | xn | ||
| ) |
Trim and combine input images.
| pars | the input list of parameters |
| xn | extension number |
Definition at line 630 of file omega_darkcurrent.c.
References omega_iter_stat(), omega_pfits_get_detlive(), omega_pfits_get_exptime(), and TrimOscanCorrect().
| int omega_darkcurrent_save | ( | cpl_image * | image, |
| cpl_frameset * | set, | ||
| cpl_parameterlist * | parlist, | ||
| cpl_propertylist * | qclist, | ||
| cpl_type_bpp | bitpix, | ||
| const char * | outfile, | ||
| cpl_frame * | product_frame | ||
| ) |
Save the omega_darkcurrent recipe products on disk.
| image | reduced image to be saved |
| set | the input frame set |
| parlist | the input list of parameters |
| qclist | QC property list |
| bitpix | cpl_type_bpp |
| procatg | PRO CATG of product |
| outfile | output name (without .suffix) |
Save the omega_darkcurrent products
| image | Reduced image to be saved |
| set | The input frame set |
| parlist | The input list of parameters |
| qclist | QC property list |
| bitpix | CPL_BPP to save product |
| outfile | Name of output |
| product_frame | Frame describing the product |
Definition at line 869 of file omega_darkcurrent.c.
References omega_fits_get_extnum(), and omega_get_root_name().
1.8.6