X-shooter Pipeline Reference Manual 3.8.15
Functions
xsh_irplib_mkmaster.c File Reference
#include <math.h>
#include "xsh_irplib_mkmaster.h"
#include "xsh_utils_imagelist.h"
#include "xsh_pfits.h"
#include "xsh_ksigma_clip.h"
#include "xsh_msg.h"

Go to the source code of this file.

Functions

cpl_vector * xsh_irplib_imagelist_get_clean_mean_levels (const cpl_imagelist *iml, const double kappa, const int nclip, const double tolerance)
 find out the character string associated to the DIT keyword in a propertylist
 
static cpl_error_code irplib_imagelist_subtract_values (cpl_imagelist **iml, cpl_vector *values)
 Subtract from input imagelist values specified in input vector.
 
cpl_image * xsh_irplib_mkmaster_mean (cpl_imagelist *images, const double kappa, const int nclip, const double tolerance, const double klow, const double khigh)
 Computes master frame by clean stack mean of the input imagelist.
 
cpl_image * xsh_irplib_mkmaster_median (cpl_imagelist *images, const double kappa, const int nclip, const double tolerance)
 Computes master frame by clean stack median of the input imagelist.
 
cpl_imagelist * xsh_irplib_mkmaster_dark_fill_imagelist (const cpl_imagelist *raw_images, cpl_propertylist **raw_headers, const cpl_image *master_bias, double *mean_exptime)