Go to the source code of this file.
|
| xsh_resid_order_tab * | xsh_resid_order_create (int size, int *orders, double *posx, double *posy, double *resx, double *polx) |
| | Create a residual tab structure.
|
| |
| xsh_resid_order_tab * | xsh_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
|
| |
◆ XSH_RESIDX_THRESHOLD
| #define XSH_RESIDX_THRESHOLD 0.1 |