|
X-shooter Pipeline Reference Manual 3.8.15
|
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. | |
| #define MODULE_ID "XSH_RESPONSE_FIT_BSPLINE" |
Definition at line 77 of file test-xsh_response_fit_bspline.c.
| #define N 200 |
Definition at line 80 of file test-xsh_response_fit_bspline.c.
Definition at line 88 of file test-xsh_response_fit_bspline.c.
| #define NCOEFFS 12 |
Definition at line 83 of file test-xsh_response_fit_bspline.c.
| #define ORDER 6 |
Definition at line 85 of file test-xsh_response_fit_bspline.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Unit test of xsh_bspline.
Definition at line 97 of file test-xsh_response_fit_bspline.c.
References xsh_instrument::config, HIGH_ABS_REGION::lambda_max, HIGH_ABS_REGION::lambda_min, MODULE_ID, N, n, NBREAK, NCOEFFS, ORDER, sigma, TEST_END, TESTS_CLEAN_WORKSPACE, TESTS_INIT, TESTS_INIT_WORKSPACE, x, XSH_ARM_NIR, XSH_ARM_UVB, XSH_ARM_VIS, XSH_ASSURE_NOT_NULL_MSG, 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_MALLOC, xsh_msg, and y.