#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_dfs.h>
#include <tests.h>
#include <cpl.h>
#include <math.h>
#include <getopt.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | MODULE_ID "XSH_CORRELATE_GAUSSIANS" |
Enumerations | |
enum | { DEBUG_OPT, HELP_OPT } |
Functions | |
static void | Help (void) |
static void | HandleOptions (int argc, char **argv) |
cpl_vector * | xsh_vector_supersample (cpl_vector *v, const int factor) |
int | main (int argc, char **argv) |
Create a SLITMAP and a WAVEMAP from Set Of Files (SOF). | |
Variables | |
static struct option | LongOptions [] |