X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions
test-xsh_response_fit_bspline.c File Reference
#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.

Macros

#define MODULE_ID   "XSH_RESPONSE_FIT_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.