#include <math.h>
#include <xsh_drl.h>
#include <xsh_utils_table.h>
#include <xsh_badpixelmap.h>
#include <xsh_utils_wrappers.h>
#include <xsh_data_pre.h>
#include <xsh_dfs.h>
#include <xsh_pfits.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_fit.h>
#include <xsh_data_instrument.h>
#include <xsh_data_localization.h>
#include <xsh_data_spectrum.h>
#include <xsh_data_rec.h>
#include <xsh_ifu_defs.h>
#include <xsh_parameters.h>
#include <cpl.h>
Go to the source code of this file.
Functions | |
static void | chunk_coadd (double *data, double *flux, int *qual, int nx, int ny, int ifirst, int ilast, int *skymask) |
static void | tab_minmax_get_index (double *data, int size, xsh_slit_limit_param *slit_limit_par, int *min, int *max) |
static xsh_localization * | xsh_localize_obj_auto (cpl_frame *merge_frame, cpl_frame *skymask_frame, xsh_instrument *instrument, xsh_localize_obj_param *loc_obj_par, xsh_slit_limit_param *slitlimit_par) |
Build localization table frame from the rectified table frame. | |
static xsh_localization * | xsh_localize_obj_manual (xsh_instrument *instrument, xsh_localize_obj_param *loc_obj_par) |
cpl_frame * | xsh_localize_obj (cpl_frame *rec_frame, cpl_frame *skymask_frame, xsh_instrument *instrument, xsh_localize_obj_param *loc_obj_par, xsh_slit_limit_param *slitlimit_par, const char *fname) |
Build the localization table. | |
static int | comp_lambda (const void *one, const void *two) |
static cpl_frame * | concat_rec (cpl_frame *rect_frame, xsh_instrument *instrument, int slitlet, int *nb_orders) |
cpl_frameset * | xsh_localize_obj_ifu (cpl_frameset *rec_frameset, cpl_frame *skymask_frame, xsh_instrument *instrument, xsh_localize_obj_param *locobj_par, xsh_slit_limit_param *slitlimit_par) |