|
OMEGA Pipeline Reference Manual
1.0.6
|
Functions | |
| cpl_image * | omega_background (const cpl_image *sci, const cpl_parameterlist *parlist) |
| Creates a background image using Sextractor. More... | |
| int | omega_create_background (cpl_parameterlist *parlist, const char *in_name, const char *out_name) |
| Creates a background image using Sextractor. More... | |
This module provides functions to estimate the background by the usage of Sextractor
| cpl_image* omega_background | ( | const cpl_image * | sci, |
| const cpl_parameterlist * | parlist | ||
| ) |
Creates a background image using Sextractor.
| sci | Science image |
| parlist | the parameters list |
Definition at line 178 of file omega_background.c.
Referenced by omega_jitter_process(), and omega_std_process().
| int omega_create_background | ( | cpl_parameterlist * | parlist, |
| const char * | in_name, | ||
| const char * | out_name | ||
| ) |
Creates a background image using Sextractor.
| parlist | the parameters list |
| in_name | the name of the input FITS image (science image) |
| out_name | the name of the output FITS image (background image) |
Definition at line 70 of file omega_background.c.
Referenced by omega_bpm_create(), and omega_mdome_combine().
1.8.6