#include <xsh_utils_wrappers.h>
#include <xsh_utils_image.h>
#include <xsh_error.h>
#include <xsh_utils.h>
#include <xsh_pfits_qc.h>
#include <xsh_pfits.h>
#include <xsh_dfs.h>
#include <xsh_data_pre.h>
#include <xsh_data_instrument.h>
#include <math.h>
#include <string.h>
#include <float.h>
Go to the source code of this file.
Functions | |
cpl_image * | xsh_imagelist_collapse_median_create (cpl_imagelist *iml) |
Compute median on imagelist. | |
cpl_image * | xsh_imagelist_collapse_mean_create (cpl_imagelist *iml) |
Compute mean on imagelist. |
cpl_image* xsh_imagelist_collapse_mean_create | ( | cpl_imagelist * | iml | ) |
Compute mean on imagelist.
in | input imagelist |
Definition at line 144 of file xsh_utils_imagelist.c.
References assure, check, and XSH_ASSURE_NOT_NULL_MSG.
cpl_image* xsh_imagelist_collapse_median_create | ( | cpl_imagelist * | iml | ) |
Compute median on imagelist.
in | input imagelist |
Definition at line 46 of file xsh_utils_imagelist.c.
References assure, check, and XSH_ASSURE_NOT_NULL_MSG.
Referenced by xsh_irplib_mkmaster_median(), and xsh_remove_cosmics().