UVES Pipeline Reference Manual
5.4.6
|
Macros | |
#define | MAX_ITERATIONS 6 |
Functions | |
cpl_image * | uves_remove_crh_single (cpl_image *sci_image, double crh_frac_max, double sigma_lim, double f_lim, int max_iter, double gain, double ron) |
Suppress Cosmic Rays by analysing on files
cpl_image* uves_remove_crh_single | ( | cpl_image * | sci_image, |
double | crh_frac_max, | ||
double | sigma_lim, | ||
double | f_lim, | ||
int | max_iter, | ||
double | gain, | ||
double | ron | ||
) |
Remove cosmic rays from a single frame.
[in] | sci_frame | The science Frame |
[in] | loc_table_frame | The localization table frame |
[in] | single_par | Parameters for remove crh single |
Definition at line 100 of file uves_remove_crh_single.c.
References check_nomsg, uves_msg, and uves_msg_debug.
Referenced by uves_utl_remove_crh_single().