#include <math.h>
#include <xsh_drl.h>
#include <xsh_data_pre.h>
#include <xsh_dfs.h>
#include <xsh_pfits.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <cpl.h>
#include <xsh_badpixelmap.h>
#include <xsh_irplib_mkmaster.h>
#include <xsh_utils_image.h>
#include <xsh_utils_imagelist.h>
Go to the source code of this file.
Functions | |
static int | xsh_remove_cr (cpl_imagelist *datalist, cpl_imagelist *errslist, cpl_image *median, cpl_image *errs, cpl_mask *mask, xsh_clipping_param *crh_clipping) |
static void | add_qc_crh (xsh_pre *pre, int nbcrh, int nframes) |
static cpl_error_code | xsh_find_cosmics (cpl_frameset *rawFrames, xsh_pre *pre, xsh_clipping_param *crh_clipping, cpl_imagelist *dataList, cpl_imagelist *errsList, cpl_mask *badpix_mask, xsh_instrument *instr, cpl_mask **crh_mask) |
cpl_error_code | xsh_flag_cosmic_debug (xsh_pre *pre, cpl_imagelist *dataList) |
static cpl_frame * | xsh_remove_cosmics (cpl_frameset *rawFrames, const char *result_tag, xsh_stack_param *stack_par, xsh_clipping_param *crh_clipping, xsh_instrument *instr, cpl_imagelist **list, cpl_image **crh_ima, const int save_tmp) |
Creates median, error and bad pixel map images from a set of frames. | |
cpl_frame * | xsh_remove_crh_multiple (cpl_frameset *rawFrames, const char *result_tag, xsh_stack_param *stack_par, xsh_clipping_param *crh_clipping, xsh_instrument *instrument, cpl_imagelist **list, cpl_image **crh_ima, const int save_tmp) |
cpl_frame * | xsh_combine_offset (cpl_frameset *rawFrames, const char *result_tag, xsh_stack_param *stack_par, xsh_instrument *instrument, cpl_imagelist **list, cpl_image **crh_ima, const int save_tmp) |