#include <tests.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_efficiency_response.h>
#include <xsh_data_instrument.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.
Defines | |
#define | MODULE_ID "XSH_BSPLINE" |
#define | N 200 |
#define | NCOEFFS 12 |
#define | ORDER 6 |
#define | NBREAK (NCOEFFS +2 -ORDER) |
Functions | |
int | main (int argc, char **argv) |
Unit test of xsh_bspline. |