#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>
#include <gsl/gsl_statistics.h>
Go to the source code of this file.
|
| #define | MODULE_ID "XSH_GSL_CORRELATE_GAUSSIANS" |
| |
|
| static void | Help (void) |
| |
| static void | HandleOptions (int argc, char **argv) |
| |
| cpl_error_code | xsh_gauss_gen (double *data, const double center, const double sigma, const int size) |
| |
| int | main (int argc, char **argv) |
| | Create a SLITMAP and a WAVEMAP from Set Of Files (SOF)
|
| |
◆ HandleOptions()
| static void HandleOptions |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
◆ Help()
| static void Help |
( |
void |
| ) |
|
|
static |