#include <xsh_data_order.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_data_instrument.h>
#include <xsh_dfs.h>
#include <xsh_pfits.h>
#include <tests.h>
#include <xsh_utils_table.h>
#include <cpl.h>
#include <math.h>
#include <getopt.h>
Go to the source code of this file.
Defines | |
#define | XSH_FLOAT_PRECISION 0.000001 |
#define | MODULE_ID "XSH_DATA_ORDER" |
#define | SYNTAX |
Enumerations | |
enum | { POINT_OPT, SIZE_OPT, STEP_OPT, C_COLOR_OPT, BINX_OPT, BINY_OPT } |
Functions | |
static void | HandleOptions (int argc, char **argv) |
int | main (int argc, char **argv) |
Unit test of xsh_data_order. | |
Variables | |
static const char * | Options = "?" |
static struct option | LongOptions [] |
static char | PointType [16] |
static char | PointSize [8] |
static int | PointStep = 8 |
static char | CentralColor [32] |
int | binx = 1 |
int | biny = 1 |