#include <math.h>
#include <xsh_drl.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_data_instrument.h>
#include <xsh_data_spectralformat.h>
#include <xsh_utils_image.h>
#include <cpl.h>
Go to the source code of this file.
Functions | |
static cpl_error_code | xsh_add_qc_tab (cpl_frame *d2_frame, cpl_frame *qth_frame, cpl_frame *merged_frame) |
void | xsh_flat_merge_qth_d2 (cpl_frame *qth_frame, cpl_frame *qth_order_tab_frame, cpl_frame *d2_frame, cpl_frame *d2_order_tab_frame, cpl_frame *qth_bkg_frame, cpl_frame *d2_bkg_frame, cpl_frame **qth_d2_flat_frame, cpl_frame **qth_d2_bkg_frame, cpl_frame **qth_d2_order_tab_frame, xsh_instrument *instrument) |
Merge two master flat fields and order tables according the spectral format. | |
cpl_frame * | xsh_flat_merge_qth_d2_tabs (cpl_frame *qth_edges_tab, cpl_frame *d2_edges_tab, xsh_instrument *instrument) |
Merge two order edges tables according the spectral format. | |
void | xsh_flat_merge_qth_d2_smooth (cpl_frame *qth_frame, cpl_frame *qth_order_tab_frame, cpl_frame *d2_frame, cpl_frame *d2_order_tab_frame, cpl_frame *qth_bkg_frame, cpl_frame *d2_bkg_frame, cpl_frame **qth_d2_flat_frame, cpl_frame **qth_d2_bkg_frame, cpl_frame **qth_d2_order_tab_frame, xsh_instrument *instrument) |
Merge two master flat fields and order tables according the spectral format. |