|
X-shooter Pipeline Reference Manual 3.8.15
|
Macros | |
| #define | MODULE_ID "XSH_FLUX_CONSERVATION" |
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) |
| static void | verify_order_table (cpl_frame *result) |
| int | main (void) |
Variables | |
| static const double | poly0_coeff [] |
| Unit test of XSH_DETECT_CONTINUUM. | |
| static const double | step = 40. |
| static int | nx = 400 |
| static int | ny = 400 |
| static int | starty = 10 |
| static int | endy = 380 |
| static int | dimension = 1 |
| static int | degree = 2 |
| static int | width = 10 |
| static int | norder = 3 |
| static double | exptime = 1. |
| static const char * | img_name = "dtc_img.fits" |
| static const char * | tbl_name = "dtc_tbl.fits" |
| static const char * | dtc_pre_name = "dtc_img_pre.fits" |
| #define MODULE_ID "XSH_FLUX_CONSERVATION" |
Definition at line 58 of file test-xsh_flux_conservation.c.
|
static |
|
static |
| int main | ( | void | ) |
Definition at line 128 of file test-xsh_flux_conservation.c.
References add_to_order_list(), check, check_msg, create_order_image(), create_order_list(), xsh_pre::data, degree, derivative_x(), derivative_y(), dimension, dtc_pre_name, endy, exptime, xsh_detect_continuum_param::fit_threshold, xsh_detect_continuum_param::fit_window, xsh_clipping_param::frac, img_name, instrument, mkHeader(), MODULE_ID, xsh_clipping_param::niter, norder, nx, ny, XSH_INSTRCONFIG::orders, poly0_coeff, xsh_detect_continuum_param::poly_degree, xsh_detect_continuum_param::poly_step, xsh_instrument::recipe_id, xsh_clipping_param::res_max, xsh_detect_continuum_param::running_window, xsh_detect_continuum_param::search_window, xsh_clipping_param::sigma, starty, step, tbl_name, TESTS_CLEAN_WORKSPACE, TESTS_INIT, TESTS_INIT_WORKSPACE, verify_order_table(), width, XSH_ARM_VIS, XSH_DEBUG_LEVEL_LOW, xsh_debug_level_set(), xsh_detect_continuum(), xsh_error_dump, xsh_free_frame(), xsh_free_image(), xsh_free_polynomial(), xsh_free_propertylist(), xsh_free_vector(), xsh_instrument_free(), xsh_instrument_get_config(), xsh_instrument_new(), xsh_instrument_set_arm(), xsh_instrument_set_lamp(), xsh_instrument_set_mode(), xsh_instrument_set_recipe_id(), XSH_LAMP_UNDEFINED, XSH_MODE_SLIT, xsh_msg, xsh_order_list_dump(), xsh_order_list_free(), xsh_order_list_save(), xsh_pre_create(), xsh_pre_free(), xsh_pre_save(), xsh_test_create_bias_image(), and xsh_warp_image_generic().
|
static |
Definition at line 103 of file test-xsh_flux_conservation.c.
References assure, check, QC_ORD_ORDERPOS_RESIDAVG, xsh_free_propertylist(), xsh_get_property_value(), and xsh_msg.
Referenced by main().
|
static |
Definition at line 83 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 83 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 88 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 82 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 85 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 86 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 84 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 81 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 81 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Unit test of XSH_DETECT_CONTINUUM.
Test the Data Reduction Library function XSH_DETECT_CONTINUUM
Definition at line 77 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 82 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 79 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 87 of file test-xsh_flux_conservation.c.
Referenced by main().
|
static |
Definition at line 83 of file test-xsh_flux_conservation.c.
Referenced by main().