|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <tests.h>#include <xsh_error.h>#include <xsh_msg.h>#include <cpl.h>#include <stdio.h>#include <stdlib.h>#include <math.h>#include <gsl/gsl_bspline.h>#include <gsl/gsl_multifit.h>#include <gsl/gsl_rng.h>#include <gsl/gsl_randist.h>#include <gsl/gsl_statistics.h>Go to the source code of this file.
Macros | |
| #define | MODULE_ID "XSH_BSPLINE" |
| #define | N 200 |
| #define | NCOEFFS 12 |
| #define | NBREAK (NCOEFFS -2) |
Functions | |
| int | test_gsl_table (const char *fname) |
| int | test_gsl_example () |
| int | main (int argc, char *const argv[]) |
| Unit test of xsh_bspline. | |