#include <tests.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_drl.h>
#include <cpl.h>
#include <math.h>
#include <xsh_data_spectrum.h>
#include <string.h>
#include <getopt.h>
Go to the source code of this file.
|
| static void | Help (void) |
| |
| static void | HandleOptions (int argc, char **argv) |
| |
| static void | analyse_spectrum (cpl_frame *spectrum_frame) |
| |
| int | main (int argc, char **argv) |
| | Unit test of xsh_localize_obj.
|
| |
◆ HandleOptions()
| static void HandleOptions |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
◆ Help()
| static void Help |
( |
void |
| ) |
|
|
static |