#include <xsh_data_pre.h>#include <xsh_data_image_3d.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 <cpl.h>#include <math.h>#include <getopt.h>Go to the source code of this file.
Defines | |
| #define | MODULE_ID "XSH_DATA_IMAGE_3D" |
Enumerations | |
| enum | { DBG_OPT, HELP_OPT, NX_OPT, NY_OPT, NZ_OPT } |
Functions | |
| static int | Help (void) |
| static void | HandleOptions (int argc, char **argv) |
| static void | fill_image (cpl_image *img, int first) |
| static int | compare_img_3d (xsh_image_3d *one, xsh_image_3d *two) |
| int | main (int argc, char **argv) |
Variables | |
| static const char * | Options = "?" |
| static struct option | LongOptions [] |
| static int | dbg_level = XSH_DEBUG_LEVEL_MEDIUM |
| static int | Nx = 3 |
| static int | Ny = 4 |
| static int | Nz = 3 |
1.6.1