|
High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
|


Go to the source code of this file.
Functions | |
| CPL_BEGIN_DECLS hdrl_parameter * | hdrl_lacosmic_parameter_create (double, double, int) |
| Creates LaCosmic parameters object. | |
| cpl_error_code | hdrl_lacosmic_parameter_verify (const hdrl_parameter *) |
| Verify basic correctness of the LaCosmic parameters. | |
| cpl_boolean | hdrl_lacosmic_parameter_check (const hdrl_parameter *) |
| Check that the parameter is an LaCosmic parameter. | |
| double | hdrl_lacosmic_parameter_get_sigma_lim (const hdrl_parameter *) |
| Access the sigma_lim in the LaCosmic parameter. | |
| double | hdrl_lacosmic_parameter_get_f_lim (const hdrl_parameter *) |
| Access the f_lim in the LaCosmic parameter. | |
| int | hdrl_lacosmic_parameter_get_max_iter (const hdrl_parameter *) |
| Access the max_iter in the LaCosmic parameter. | |
| cpl_parameterlist * | hdrl_lacosmic_parameter_create_parlist (const char *, const char *, const hdrl_parameter *) |
| Create parameter list for the LaCosmic computation. | |
| hdrl_parameter * | hdrl_lacosmic_parameter_parse_parlist (const cpl_parameterlist *, const char *) |
| Parse parameterlist to create input parameters for the LaCosmic. | |
| cpl_mask * | hdrl_lacosmic_edgedetect (const hdrl_image *ima_in, const hdrl_parameter *params) |
| Detect bad-pixels / cosmic-rays on a single image. | |