|
High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
|
#include <cpl_test.h>#include "../hdrl_cat_conf.h"#include "../hdrl_cat_table.h"#include "hdrl_types.h"
Macros | |
| #define | NTEST 10 |
Functions | |
| void | fill_plist (cpl_propertylist *pl) |
| Fill a propertylist with the values that it needed for wcs. | |
| cpl_image * | create_gauss (double dx, double dy, double fwhm) |
| Create a gaussian image. | |
| cpl_error_code | hdrl_catalogue_hdrl_catalogue_conf_basic (void) |
| Check hdrl_catalogue_conf() in various conditions. | |
| cpl_error_code | hdrl_catalogue_hdrl_catalogue_conf_backsub (void) |
| Check background subtraction of hdrl_catalogue_conf() in various conditions. | |
| cpl_error_code | test_gaussians (double dx, double dy, double fwhm) |
| int | main (void) |
| Unit tests of hdrl_catalogue_conf in the catalogue module. | |
| #define NTEST 10 |
| cpl_image * create_gauss | ( | double | dx, |
| double | dy, | ||
| double | fwhm | ||
| ) |
Create a gaussian image.
| void fill_plist | ( | cpl_propertylist * | pl | ) |
Fill a propertylist with the values that it needed for wcs.
| cpl_error_code hdrl_catalogue_hdrl_catalogue_conf_backsub | ( | void | ) |
Check background subtraction of hdrl_catalogue_conf() in various conditions.
| cpl_error_code hdrl_catalogue_hdrl_catalogue_conf_basic | ( | void | ) |
Check hdrl_catalogue_conf() in various conditions.
| int main | ( | void | ) |
Unit tests of hdrl_catalogue_conf in the catalogue module.
| cpl_error_code test_gaussians | ( | double | dx, |
| double | dy, | ||
| double | fwhm | ||
| ) |