X-shooter Pipeline Reference Manual 3.8.15
Functions
xsh_utils_imagelist.h File Reference
#include <cpl.h>
#include <xsh_error.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)
 

Function Documentation

◆ xsh_imagelist_collapse_mean_create()

cpl_image * xsh_imagelist_collapse_mean_create ( cpl_imagelist *  iml)

Compute mean on imagelist.

Parameters
ininput imagelist
Returns
image containing median of input imagelist ingoring bad pixels

Definition at line 145 of file xsh_utils_imagelist.c.

References assure, check, and XSH_ASSURE_NOT_NULL_MSG.

◆ xsh_imagelist_collapse_median_create()

cpl_image * xsh_imagelist_collapse_median_create ( cpl_imagelist *  iml)

Compute median on imagelist.

Parameters
ininput imagelist
Returns
image containing median of input imagelist ingoring bad pixels

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().

◆ xsh_imagelist_cut_dichroic_uvb()

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 
)