#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_utils_ifu.h>
#include <xsh_ifu_defs.h>
#include <xsh_parameters.h>
#include <cpl.h>
Go to the source code of this file.
Defines | |
#define | CPL_MODE 0 |
Functions | |
static void | chunk_coadd (double *data, double *flux, int *qual, int nx, int ny, int ifirst, int ilast, const int decode_bp, 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, const int decode_bp) |
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. | |
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) |
double | xsh_convert_seeing (cpl_frame *frame) |
Convert seeing keywork in mu sigma. | |
cpl_frame * | xsh_localize_ifu_slitlet (cpl_frame *merge2d_slitlet, cpl_frame *skymask_frame, int smooth_hsize, int nscales, int HF_skip, const char *resname, double cut_sigma_low, double cut_sigma_up, double cut_snr_low, double cut_snr_up, double slit_min, double slit_max, int deg, int box_hsize, xsh_instrument *instrument) |
Localize center of object on a merge 2D IFU slitlet. | |
cpl_frameset * | xsh_localize_ifu (cpl_frameset *merge2d_frameset, cpl_frame *skymask_frame, xsh_localize_ifu_param *locifu_par, xsh_instrument *instrument, const char *prefix) |
Localize center of object on a merge 2D IFU slitlet. |
#define CPL_MODE 0 |
Definition at line 30 of file xsh_localize_obj.c.