OMEGA Pipeline Reference Manual
1.0.5
|
Functions | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
Build the list of available plugins, for this module. | |
int | omega_darkcurrent_combine (cpl_parameterlist *pars, int xn) |
Trim and combine input images. | |
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. |
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 128 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 631 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 872 of file omega_darkcurrent.c.
References omega_fits_get_extnum(), and omega_get_root_name().