X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions
Test response bspline fit

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.
 

Detailed Description

Macro Definition Documentation

◆ MODULE_ID

#define MODULE_ID   "XSH_RESPONSE_FIT_BSPLINE"

Definition at line 77 of file test-xsh_response_fit_bspline.c.

◆ N

#define N   200

Definition at line 80 of file test-xsh_response_fit_bspline.c.

◆ NBREAK

#define NBREAK   (NCOEFFS +2 -ORDER)

Definition at line 88 of file test-xsh_response_fit_bspline.c.

◆ NCOEFFS

#define NCOEFFS   12

Definition at line 83 of file test-xsh_response_fit_bspline.c.

◆ ORDER

#define ORDER   6

Definition at line 85 of file test-xsh_response_fit_bspline.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)