Functions | |
cpl_mask * | omega_cosmic_rays (const cpl_image *sci, const cpl_image *flat, const cpl_image *illum, const cpl_image *bpm, cpl_parameterlist *pars) |
Detect cosmic rays in an image. |
This module provides functions to detect cosmic rays
#include "omega_background.h" #include "omega_cosmic.h" #include "omega_dfs.h" #include "omega_utils.h"
cpl_mask* omega_cosmic_rays | ( | const cpl_image * | sci, | |
const cpl_image * | flat, | |||
const cpl_image * | illum, | |||
const cpl_image * | bpm, | |||
cpl_parameterlist * | pars | |||
) |
Detect cosmic rays in an image.
sci | Background subtracted science image | |
flat | Flat field | |
illum | Optional illumination map | |
bpm | Bad pixels map combined or not with a saturated map | |
pars | Parameters list |
Definition at line 213 of file omega_cosmic.c.
Referenced by omega_jitter_process(), and omega_std_process().