#include <xsh_data_instrument.h>
#include <xsh_pfits.h>
#include <xsh_msg.h>
#include <xsh_utils.h>
#include <tests.h>
#include <cpl.h>
#include <math.h>
#include <getopt.h>
#include <xsh_data_spectrum.h>
Go to the source code of this file.
Defines | |
#define | MODULE_ID "XSH_COMPUTE_RESPONSE" |
Enumerations | |
enum | { ARM_OPT, DBG_OPT } |
Functions | |
static void | Help (void) |
static void | HandleOptions (int argc, char **argv) |
int | main (int argc, char **argv) |
Unit test of XSH_COMPUTE_RESPONSE. | |
Variables | |
XSH_ARM | TheArm = XSH_ARM_VIS |
char | DbgLevel [8] |
static struct option | LongOptions [] |
static const char * | Options = "?" |