|
X-shooter Pipeline Reference Manual 3.8.15
|
#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>#include <xsh_globals.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_error_code | xsh_imagelist_cut_dichroic_uvb (cpl_imagelist *org_data_iml, cpl_imagelist *org_errs_iml, cpl_imagelist *org_qual_iml, cpl_propertylist *phead) |
| cpl_image * xsh_imagelist_collapse_mean_create | ( | cpl_imagelist * | iml | ) |
Compute mean on imagelist.
| in | input imagelist |
Definition at line 145 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 47 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().
| cpl_error_code xsh_imagelist_cut_dichroic_uvb | ( | cpl_imagelist * | org_data_iml, |
| cpl_imagelist * | org_errs_iml, | ||
| cpl_imagelist * | org_qual_iml, | ||
| cpl_propertylist * | phead | ||
| ) |
Definition at line 236 of file xsh_utils_imagelist.c.
References check, xsh_free_vector(), xsh_pfits_get_cdelt3(), xsh_pfits_get_crval3(), and XSH_UVB_DICHROIC_WAVE_CUT.
Referenced by xsh_build_ifu_cube().