|
X-shooter Pipeline Reference Manual 3.8.15
|
Macros | |
| #define | MODULE_ID "XSH_FLUX" |
Functions | |
| static double | derivative_x (const double a1, const double a2, const double x) |
| static double | derivative_y (const double a1, const double a2, const double y) |
| int | main (void) |
Variables | |
| static const double | poly0_coeff [] |
| static const double | poly1_coeff [] |
| #define MODULE_ID "XSH_FLUX" |
Definition at line 61 of file test-xsh_flux.c.
|
static |
|
static |
| int main | ( | void | ) |
Definition at line 79 of file test-xsh_flux.c.
References check, derivative_x(), derivative_y(), MODULE_ID, nx, ny, poly0_coeff, TESTS_CLEAN_WORKSPACE, TESTS_INIT, TESTS_INIT_WORKSPACE, xsh_error_dump, xsh_free_image(), xsh_free_polynomial(), xsh_free_vector(), and xsh_msg.
|
static |
Definition at line 54 of file test-xsh_flux.c.
Referenced by main().
|
static |
Definition at line 56 of file test-xsh_flux.c.