#include <cpl.h>
#include <xsh_data_instrument.h>
#include <xsh_pfits.h>
#include <xsh_msg.h>
#include <xsh_utils.h>
#include <xsh_data_order.h>
#include <tests.h>
#include <math.h>
#include <xsh_cpl_size.h>
Go to the source code of this file.
Defines | |
#define | MODULE_ID "XSH_DETECT_CONTINUUM" |
Functions | |
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" |