X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions
xsh_data_order_resid_tab.c File Reference
#include <xsh_data_instrument.h>
#include <xsh_data_order_resid_tab.h>
#include <xsh_utils.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <xsh_pfits.h>
#include <cpl.h>
#include <xsh_drl.h>
#include <xsh_utils_table.h>

Go to the source code of this file.

Macros

#define XSH_RESIDX_THRESHOLD   0.1
 

Functions

xsh_resid_order_tabxsh_resid_order_create (int size, int *orders, double *posx, double *posy, double *resx, double *polx)
 Create a residual tab structure.
 
xsh_resid_order_tabxsh_resid_order_load (cpl_frame *resid_tab_frame)
 Load a residual tab from a frame.
 
void xsh_resid_order_free (xsh_resid_order_tab **resid)
 Free memory associated to a resid_tab.
 
cpl_frame * xsh_resid_order_save (xsh_resid_order_tab *resid, const char *filename, xsh_instrument *instrument, ORDERPOS_QC_PARAM *ord_qc_param, const char *tag)
 Save a residual tab to a frame.
 
cpl_table * xsh_resid_order_2tab (xsh_resid_order_tab *resid, xsh_instrument *instrument, ORDERPOS_QC_PARAM *ord_qc_param)
 convert a residual tab structure to a cpl_table
 

Macro Definition Documentation

◆ XSH_RESIDX_THRESHOLD

#define XSH_RESIDX_THRESHOLD   0.1

Definition at line 36 of file xsh_data_order_resid_tab.c.