#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_utils.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.
|
| static void | Help (void) |
| |
| static void | HandleOptions (int argc, char **argv) |
| |
| static double | xsh_correlate_profiles2 (const double *prof1, const double *prof2, double *correl, const int length, const int hsize) |
| |
| static double | xsh_function1d_xcorrelate2 (double *line_i, int width_i, double *line_t, int width_t, int half_search, double *delta) |
| |
| 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)
|
| |