63#define MODULE_ID "XSH_FORMAT"
85 puts(
"Unitary test of a cube build");
86 puts(
"Usage: test_format [options] <input_files>");
89 puts(
"\nInput Files" ) ;
90 puts(
"The input files argument MUST be in this order:" ) ;
91 puts(
" 1. ORDER2D_DOWN, ORDER2D_CEN, ORDER2D_UP" ) ;
106int main(
int argc,
char **argv)
111 const char *sof_name = NULL;
112 cpl_frameset *set = NULL;
113 cpl_frame *cube = NULL;
117 cpl_msg_set_level( CPL_MSG_DEBUG);
138 if (cpl_error_get_code() != CPL_ERROR_NONE) {
int main()
Unit test of xsh_bspline_interpol.
static xsh_instrument * instrument
cpl_frameset * sof_to_frameset(const char *sof_name)
#define xsh_error_dump(level)
void xsh_instrument_free(xsh_instrument **instrument)
free an instrument structure
void xsh_free_frame(cpl_frame **f)
Deallocate a frame and set the pointer to NULL.
void xsh_free_frameset(cpl_frameset **f)
Deallocate a frame set and set the pointer to NULL.
int xsh_debug_level_set(int level)
set debug level
#define TESTS_INIT(DRL_ID)
xsh_instrument * xsh_dfs_set_groups(cpl_frameset *set)
Set the group as RAW or CALIB in a frameset and return the instrument detected.