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

Macros | |
| #define | COMP_TOL_REL 1e-4 |
| #define | COMP_TOL_ABS 1e-2 |
| #define | IMG_XSIZE 110 * 2 |
| #define | IMG_YSIZE 150 * 2 |
| #define | CELL_SIZE 32 |
| #define | APER_FLUX_NUM "Aper_flux_3" |
| #define | NUM_FACTORS 5 |
| #define | NUM_BIASES 5 |
| #define | BIASES {2., 100., 5000., 5.e4, 5.e5} |
| #define | FACTORS {2., 10., 100., 1.e4, 1.e6} |
Functions | |
| cpl_error_code | hdrl_casumul_compute (double factor) |
| Check effect of multiplication on a given "Aper_flux", "Isophotal_flux", "FWHM", "Kron_radius", "Classification", "X_coordinate", "X_coordinate_err", "Y_coordinate" and "Y_coordinate_err". | |
| cpl_error_code | hdrl_casuadd_compute (double bias) |
| Check effect of addition on a given "Aper_flux", "Isophotal_flux", "FWHM", "Kron_radius", "Classification", "X_coordinate", "X_coordinate_err", "Y_coordinate" and "Y_coordinate_err". | |
| int | main (void) |
| Unit tests of addition or multiplication of some scalar value. | |
| #define APER_FLUX_NUM "Aper_flux_3" |
| #define BIASES {2., 100., 5000., 5.e4, 5.e5} |
| #define CELL_SIZE 32 |
| #define COMP_TOL_ABS 1e-2 |
| #define COMP_TOL_REL 1e-4 |
| #define FACTORS {2., 10., 100., 1.e4, 1.e6} |
| #define IMG_XSIZE 110 * 2 |
| #define IMG_YSIZE 150 * 2 |
| #define NUM_BIASES 5 |
| #define NUM_FACTORS 5 |
| cpl_error_code hdrl_casuadd_compute | ( | double | bias | ) |
Check effect of addition on a given "Aper_flux", "Isophotal_flux", "FWHM", "Kron_radius", "Classification", "X_coordinate", "X_coordinate_err", "Y_coordinate" and "Y_coordinate_err".
| cpl_error_code hdrl_casumul_compute | ( | double | factor | ) |
Check effect of multiplication on a given "Aper_flux", "Isophotal_flux", "FWHM", "Kron_radius", "Classification", "X_coordinate", "X_coordinate_err", "Y_coordinate" and "Y_coordinate_err".
| int main | ( | void | ) |
Unit tests of addition or multiplication of some scalar value.