|
High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
|
#include "hdrl_imagelist.h"#include "hdrl_test.h"#include "hdrl_imagelist_view.h"#include <cpl.h>
Macros | |
| #define | IMG_PTR(a) cpl_image_get_data(hdrl_image_get_image(a)) |
| #define | ERR_PTR(a) cpl_image_get_data(hdrl_image_get_image(a)) |
| #define | MSK_PTR(a) cpl_mask_get_data(hdrl_image_get_mask(a)) |
| #define | CIMG_PTR(a) cpl_image_get_data_const(hdrl_image_get_image_const(a)) |
| #define | CERR_PTR(a) cpl_image_get_data_const(hdrl_image_get_image_const(a)) |
| #define | CMSK_PTR(a) cpl_mask_get_data_const(hdrl_image_get_mask_const(a)) |
| #define | YSIZE 73 |
| #define | XSIZE 50 |
Functions | |
| cpl_error_code | test_row_view (void) |
| cpl_error_code | test_cpl_row_view_invalid (void) |
| cpl_error_code | test_cpl_row_view (void) |
| cpl_error_code | test_image_view (void) |
| int | main (void) |
| Unit tests of hdrl_image_view. | |
| #define CERR_PTR | ( | a | ) | cpl_image_get_data_const(hdrl_image_get_image_const(a)) |
| #define CIMG_PTR | ( | a | ) | cpl_image_get_data_const(hdrl_image_get_image_const(a)) |
| #define CMSK_PTR | ( | a | ) | cpl_mask_get_data_const(hdrl_image_get_mask_const(a)) |
| #define ERR_PTR | ( | a | ) | cpl_image_get_data(hdrl_image_get_image(a)) |
| #define IMG_PTR | ( | a | ) | cpl_image_get_data(hdrl_image_get_image(a)) |
| #define MSK_PTR | ( | a | ) | cpl_mask_get_data(hdrl_image_get_mask(a)) |
| #define XSIZE 50 |
| #define YSIZE 73 |
| int main | ( | void | ) |
Unit tests of hdrl_image_view.
| cpl_error_code test_cpl_row_view | ( | void | ) |
| cpl_error_code test_cpl_row_view_invalid | ( | void | ) |
| cpl_error_code test_image_view | ( | void | ) |
| cpl_error_code test_row_view | ( | void | ) |