#include <cpl.h>
#include <xsh_data_wavesol.h>
Go to the source code of this file.
#define PROPERTY_GET | ( | OBJECT, | |||
PROPERTY, | |||||
TYPE, | |||||
DEFAULT | ) |
TYPE OBJECT##_get_##PROPERTY( OBJECT* obj)\ {\ TYPE result = DEFAULT;\ \ XSH_ASSURE_NOT_NULL( obj);\ result = obj->PROPERTY;\ \ cleanup:\ return result;\ }
Definition at line 95 of file xsh_data_resid_tab.h.
#define RESID_TAB_PROPERTY_GET | ( | PROPERTY, | |||
TYPE, | |||||
DEFAULT | ) | PROPERTY_GET( xsh_resid_tab, PROPERTY, TYPE, DEFAULT) |
Definition at line 108 of file xsh_data_resid_tab.h.
#define XSH_RESID_TAB_TABLE_COLNAME_ORDER "Order" |
Definition at line 37 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_RESIDXMODEL "ResidXmodel" |
Definition at line 88 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_model_compute_residuals(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_RESIDXPOLY "ResidXpoly" |
Definition at line 82 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_RESIDYMODEL "ResidYmodel" |
Definition at line 91 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_model_compute_residuals(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_RESIDYPOLY "ResidYpoly" |
Definition at line 85 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_SIGMAXGAUSS "SigmaXGauss" |
Definition at line 64 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_SIGMAYGAUSS "SigmaYGauss" |
Definition at line 67 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_SLITINDEX "Slit_index" |
Definition at line 43 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_SLITPOSITION "Slit_position" |
Definition at line 40 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_WAVELENGTH "Wavelength" |
Definition at line 34 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_XGAUSS "XGauss" |
Definition at line 58 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_model_compute_residuals(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_XPOLY "Xpoly" |
Definition at line 70 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_XTHANNEAL "Xthanneal" |
Definition at line 76 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_model_compute_residuals(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_XTHCOR "Xthcor" |
Definition at line 52 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_XTHPRE "Xthpre" |
Definition at line 46 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_YGAUSS "YGauss" |
Definition at line 61 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_model_compute_residuals(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_YPOLY "Ypoly" |
Definition at line 73 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_YTHANNEAL "Ythanneal" |
Definition at line 79 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_model_compute_residuals(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_YTHCOR "Ythcor" |
Definition at line 55 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_COLNAME_YTHPRE "Ythpre" |
Definition at line 49 of file xsh_data_resid_tab.h.
Referenced by xsh_cfg_recover_extend_xy_pos_frm(), xsh_resid_tab_load(), and xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_NB_COL 20 |
Definition at line 32 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_ORDER "none" |
Definition at line 38 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_RESIDXMODEL "pixel" |
Definition at line 89 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_RESIDXPOLY "pixel" |
Definition at line 83 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_RESIDYMODEL "pixel" |
Definition at line 92 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_RESIDYPOLY "pixel" |
Definition at line 86 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_SIGMAXGAUSS "pixel" |
Definition at line 65 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_SIGMAYGAUSS "pixel" |
Definition at line 68 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_SLITINDEX "none" |
Definition at line 44 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_SLITPOSITION "arcsec" |
Definition at line 41 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_WAVELENGTH "nm" |
Definition at line 35 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_XGAUSS "pixel" |
Definition at line 59 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_XPOLY "pixel" |
Definition at line 71 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_XTHANNEAL "pixel" |
Definition at line 77 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_XTHCOR "pixel" |
Definition at line 53 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_XTHPRE "pixel" |
Definition at line 47 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_YGAUSS "pixel" |
Definition at line 62 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_YPOLY "pixel" |
Definition at line 74 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_YTHANNEAL "pixel" |
Definition at line 80 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_YTHCOR "pixel" |
Definition at line 56 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
#define XSH_RESID_TAB_TABLE_UNIT_YTHPRE "pixel" |
Definition at line 50 of file xsh_data_resid_tab.h.
Referenced by xsh_resid_tab_save().
int xsh_resid_tab_get_size | ( | xsh_resid_tab * | resid | ) |
Referenced by main(), xsh_create_order_table(), xsh_flexcor(), and xsh_model_pipe_anneal().
int* xsh_resid_tab_get_slit_index | ( | xsh_resid_tab * | resid | ) |
Referenced by xsh_model_pipe_anneal().