|
X-shooter Pipeline Reference Manual 3.8.15
|
Macros | |
| #define | REGDEBUG_FULL 0 |
Functions | |
| cpl_frame * | xsh_abs_remove_crh_single (cpl_frame *sci_frame, xsh_instrument *instrument, xsh_remove_crh_single_param *single_par, const char *res_tag) |
| cpl_frame * | xsh_remove_crh_single (cpl_frame *in_sci_frame, xsh_instrument *instrument, cpl_mask *sky_map, xsh_remove_crh_single_param *single_par, const char *res_tag) |
| Remove cosmic rays from a single frame. | |
Suppress Cosmic Rays by analysing on files
| #define REGDEBUG_FULL 0 |
Definition at line 67 of file xsh_remove_crh_single.c.
| cpl_frame * xsh_abs_remove_crh_single | ( | cpl_frame * | sci_frame, |
| xsh_instrument * | instrument, | ||
| xsh_remove_crh_single_param * | single_par, | ||
| const char * | res_tag | ||
| ) |
Definition at line 73 of file xsh_remove_crh_single.c.
References check, instrument, XSH_ASSURE_NOT_NULL, xsh_frame_abs(), xsh_frame_mult(), xsh_free_frame(), xsh_free_propertylist(), xsh_msg, xsh_pfits_get_qc_ncrh(), XSH_QC_CRH_NUMBER, and xsh_remove_crh_single().
| cpl_frame * xsh_remove_crh_single | ( | cpl_frame * | in_sci_frame, |
| xsh_instrument * | instrument, | ||
| cpl_mask * | sky_map, | ||
| xsh_remove_crh_single_param * | single_par, | ||
| const char * | res_tag | ||
| ) |
Remove cosmic rays from a single frame.
| [in] | in_sci_frame | The science Frame |
| [in] | instrument | Pointer to instrument description |
| [in] | single_par | Parameters for remove crh single |
| [in] | res_tag | Parameters for result tag |
< Input PRE
< Result PRE
< Result image
< Result image
< Result image
< Result image
Definition at line 134 of file xsh_remove_crh_single.c.
References check, xsh_remove_crh_single_param::f_lim, instrument, m, xsh_remove_crh_single_param::nb_iter, xsh_pre::nx, nx, xsh_pre::ny, ny, QFLAG_COSMIC_RAY_UNREMOVED, xsh_remove_crh_single_param::sigma_lim, xsh_add_qc_crh(), XSH_ASSURE_NOT_NULL_MSG, XSH_FREE, xsh_free_image(), xsh_free_matrix(), xsh_free_vector(), xsh_image_filter_linear(), xsh_image_filter_median(), xsh_msg_dbg_high, xsh_msg_dbg_low, xsh_msg_dbg_medium, xsh_pre_duplicate(), xsh_pre_free(), xsh_pre_get_data(), xsh_pre_get_errs(), xsh_pre_get_qual(), xsh_pre_load(), xsh_pre_save(), and xsh_stringcat_any().
Referenced by xsh_abs_remove_crh_single(), xsh_check_remove_crh_single(), xsh_frameset_crh_single(), xsh_respon_slit_stare(), xsh_scired_ifu_offset(), xsh_scired_ifu_stare(), and xsh_util_crh_single().