|
GRAVI Pipeline Reference Manual 1.8.0
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <assert.h>#include <cpl_test.h>#include <cpl.h>#include <gravi_data.h>Go to the source code of this file.
Macros | |
| #define | test_data(r, f, m, flag) |
| #define | test(f, m, flag) |
| #define | test_failure(e, f, m, flag) |
| #define | test_pfailure(e, f, m, flag) |
| #define | test_ivalue(e, f, m, flag) |
| #define | test_pvalue(e, f, m, flag) |
| #define | test_fvalue(e, t, f, m, flag) |
| #define | test_cvalue(e, t, f, m, flag) |
| #define | test_svalue(e, f, m, flag) |
| #define | GRAVI_INS_TRAIN_EXT_NAME "INS_TRAIN" |
| #define | GRAVI_INS_DESC_EXT_NAME "INS_DESCRIPTION" |
| #define | GRAVI_PRIMARY_HDR_EXT "PRIMARY_HDR" |
| #define | GRAVI_IMAGING_DATA_NAME_EXT "IMAGING_DATA" |
| #define | GRAVI_IMAGING_DETECTOR_NAME_EXT "IMAGING_DETECTOR" |
Functions | |
| int | gravi_array_compare (cpl_array *, cpl_array *) |
| int | gravi_table_compare (cpl_table *, cpl_table *) |
| int | gravi_propertylist_compare (cpl_propertylist *, cpl_propertylist *) |
| int | gravi_data_compare (gravi_data *, gravi_data *) |
| #define GRAVI_IMAGING_DATA_NAME_EXT "IMAGING_DATA" |
Definition at line 213 of file gravi-test.h.
| #define GRAVI_IMAGING_DETECTOR_NAME_EXT "IMAGING_DETECTOR" |
Definition at line 214 of file gravi-test.h.
| #define GRAVI_INS_DESC_EXT_NAME "INS_DESCRIPTION" |
Definition at line 211 of file gravi-test.h.
| #define GRAVI_INS_TRAIN_EXT_NAME "INS_TRAIN" |
Definition at line 210 of file gravi-test.h.
| #define GRAVI_PRIMARY_HDR_EXT "PRIMARY_HDR" |
Definition at line 212 of file gravi-test.h.
| #define test | ( | f, | |
| m, | |||
| flag | |||
| ) |
Definition at line 87 of file gravi-test.h.
| #define test_cvalue | ( | e, | |
| t, | |||
| f, | |||
| m, | |||
| flag | |||
| ) |
Definition at line 186 of file gravi-test.h.
| #define test_data | ( | r, | |
| f, | |||
| m, | |||
| flag | |||
| ) |
Definition at line 70 of file gravi-test.h.
| #define test_failure | ( | e, | |
| f, | |||
| m, | |||
| flag | |||
| ) |
Definition at line 103 of file gravi-test.h.
| #define test_fvalue | ( | e, | |
| t, | |||
| f, | |||
| m, | |||
| flag | |||
| ) |
Definition at line 169 of file gravi-test.h.
| #define test_ivalue | ( | e, | |
| f, | |||
| m, | |||
| flag | |||
| ) |
Definition at line 136 of file gravi-test.h.
| #define test_pfailure | ( | e, | |
| f, | |||
| m, | |||
| flag | |||
| ) |
Definition at line 118 of file gravi-test.h.
| #define test_pvalue | ( | e, | |
| f, | |||
| m, | |||
| flag | |||
| ) |
Definition at line 152 of file gravi-test.h.
| #define test_svalue | ( | e, | |
| f, | |||
| m, | |||
| flag | |||
| ) |
Definition at line 202 of file gravi-test.h.
| int gravi_array_compare | ( | cpl_array * | , |
| cpl_array * | |||
| ) |
Definition at line 42 of file gravi-test.c.
References cpl_msg_info().
Referenced by gravi_table_compare().
| int gravi_data_compare | ( | gravi_data * | , |
| gravi_data * | |||
| ) |
Definition at line 436 of file gravi-test.c.
References cpl_msg_info(), gravi_data_get_plist(), gravi_data_get_plist_x(), gravi_data_get_size(), gravi_data_get_table_x(), GRAVI_PRIMARY_HDR_EXT, gravi_propertylist_compare(), and gravi_table_compare().
| int gravi_propertylist_compare | ( | cpl_propertylist * | , |
| cpl_propertylist * | |||
| ) |
Definition at line 346 of file gravi-test.c.
References cpl_msg_info().
Referenced by gravi_data_compare().
| int gravi_table_compare | ( | cpl_table * | , |
| cpl_table * | |||
| ) |
Definition at line 210 of file gravi-test.c.
References cpl_msg_info(), and gravi_array_compare().
Referenced by gravi_data_compare().