Functions | |
cpl_image * | omega_background (const cpl_image *sci, const cpl_parameterlist *parlist) |
Creates a background image using Sextractor. | |
int | omega_create_background (cpl_parameterlist *parlist, const char *in_name, const char *out_name) |
Creates a background image using Sextractor. |
This module provides functions to estimate the background by the usage of Sextractor
#include "omega_background.h" #include "omega_dfs.h" #include "omega_utils.h"
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().