#include <math.h>
#include <cpl.h>
#include <tests.h>
#include <xsh_error.h>
#include <xsh_utils_ifu.h>
#include <xsh_msg.h>
#include <xsh_dfs.h>
#include <xsh_utils.h>
#include <xsh_utils_image.h>
#include <xsh_pfits.h>
#include <xsh_data_instrument.h>
#include <xsh_utils_wrappers.h>
Go to the source code of this file.
Defines | |
#define | MODULE_ID "XSH_IFU_TRACE_OBJECT" |
#define | SYNTAX |
Functions | |
int | main (int argc, char **argv) |
Unit test of PRE module. |
#define MODULE_ID "XSH_IFU_TRACE_OBJECT" |
Definition at line 63 of file test-xsh_ifu_trace_object.c.
#define SYNTAX |
"Computes the ifu object position for each slice \n"\ "use : ./test_xsh_ifu_trace_object IFU_OBJECT_FLATFIELDED.fits ORDER_TAB_EDGES_IFU.fits SLIT_MAP WAVE_MAP \n"
Definition at line 65 of file test-xsh_ifu_trace_object.c.