#include <cpl.h>
#include <xsh_data_pre.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_data_instrument.h>
#include <xsh_dfs.h>
#include <xsh_pfits.h>
#include <math.h>
#include <string.h>
#include <xsh_paf_save.h>
#include <xsh_qc_handling.h>
#include <tests.h>
Go to the source code of this file.
Defines | |
#define | MODULE_ID "XSH_PAF_SAVE" |
Functions | |
static void | with_dots (char *to, const char *from, char *filename) |
Unit tests of PAF saving. | |
int | main (void) |
#define MODULE_ID "XSH_PAF_SAVE" |
Definition at line 43 of file test-xsh_paf_save.c.
int main | ( | void | ) |
Definition at line 77 of file test-xsh_paf_save.c.
References assure, qc_description::kw_help, qc_description::kw_name, qc_description::kw_type, MODULE_ID, TEST_END, TESTS_INIT, with_dots(), XSH_ARM_UVB, xsh_error_dump, xsh_error_reset, xsh_free_propertylist(), xsh_get_qc_desc_by_recipe(), xsh_instrument_free(), xsh_instrument_new(), xsh_instrument_set_arm(), xsh_instrument_set_mode(), XSH_MODE_UNDEFINED, xsh_msg, xsh_paf_save(), XSH_PAF_SAVE_EXTENSION, and xsh_stringcat_any().
static void with_dots | ( | char * | to, | |
const char * | from, | |||
char * | filename | |||
) | [static] |