#include <math.h>
#include <xsh_drl.h>
#include <xsh_utils_table.h>
#include <xsh_badpixelmap.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_slice_offset.h>
#include <xsh_data_rec.h>
#include <xsh_ifu_defs.h>
#include <cpl.h>
Go to the source code of this file.
Functions | |
cpl_frame * | xsh_compute_slice_dist (cpl_frameset *loc_frame_set, cpl_frame *order_tab_frame, cpl_frame *slitmap_frame, cpl_frameset *rec_frameset, double slicedist_lambda, xsh_instrument *instrument) |
cpl_frame * | xsh_compute_shift_ifu_slitlet (double lambda_ref, cpl_frame *objpos_frame, cpl_frame *shiftifu_frame, double lambdaref_hsize, const char *resname) |
Compute the shift in slit between reference wavelength and others. | |
cpl_frameset * | xsh_compute_shift_ifu (double lambda_ref, double lambdaref_hsize, cpl_frameset *objpos_frameset, cpl_frameset *shiftifu_frameset, xsh_instrument *instrument, const char *prefix) |
Compute the shift in slit between reference wavelength and others for all the slitlets. |