Functions | |
cpl_image * | sinfo_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 * sinfo_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_image | The science image |
[in] | crh_frac_max | The maximum fraction of pixel over total detector pixels flagged as CRHs |
[in] | sigma_lim | Poisson fluctuation threshold to flag CRHs |
[in] | f_lim | Minimum contrast between the Laplacian image and the fine structure image that a point must have to be flagged as CRH. |
[in] | max_iter | Maximum number of iterations performed to flag CRHs |
[in] | gain | Detector's gain |
[in] | ron | Detector's read out noise value |
Definition at line 106 of file sinfo_remove_crh_single.c.
References sinfo_free_image(), sinfo_msg_debug, sinfoni_free_matrix(), and sinfoni_free_vector().