#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 <xsh_badpixelmap.h>
#include <cpl.h>
Go to the source code of this file.
Functions | |
static void | add_noisy_pixel_to_ascii_file (int x, int y) |
static int | flag_noisy_pixels (cpl_imagelist *raws, cpl_image *bpmap, int nx, int ny, xsh_clipping_param *noise_clipping) |
static void | set_pickup_noise_pixels_qc (cpl_propertylist *header, int nbad, xsh_instrument *instrument) |
cpl_frame * | xsh_compute_noise_map (cpl_imagelist *dataList, cpl_frame *medFrame, xsh_clipping_param *noise_clipping, xsh_instrument *instr) |