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. |
#define MODULE_ID "XSH_BSPLINE" |
Definition at line 76 of file test-xsh_response_fit_bspline.c.
#define N 200 |
Definition at line 79 of file test-xsh_response_fit_bspline.c.
#define NBREAK (NCOEFFS +2 -ORDER) |
Definition at line 87 of file test-xsh_response_fit_bspline.c.
#define NCOEFFS 12 |
Definition at line 82 of file test-xsh_response_fit_bspline.c.
#define ORDER 6 |
Definition at line 84 of file test-xsh_response_fit_bspline.c.
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Unit test of xsh_bspline.
Definition at line 96 of file test-xsh_response_fit_bspline.c.
References HIGH_ABS_REGION::lambda_max, HIGH_ABS_REGION::lambda_min, MODULE_ID, N, n, NBREAK, NCOEFFS, ORDER, sigma, TEST_END, TESTS_INIT, x, XSH_ARM_NIR, XSH_ARM_UVB, XSH_ARM_VIS, xsh_error_dump, xsh_fill_high_abs_regions(), xsh_free_table(), xsh_instrument_free(), xsh_instrument_get_arm(), xsh_instrument_new(), xsh_instrument_set_arm(), xsh_msg, and y.