X-shooter Pipeline Reference Manual 3.8.15
Macros | Functions
xsh_model_io.c File Reference
#include <cpl.h>
#include <xsh_msg.h>
#include <xsh_utils_table.h>
#include "xsh_model_io.h"
#include "xsh_dfs.h"
#include "xsh_error.h"
#include "xsh_data_spectralformat.h"
#include "xsh_model_arm_constants.h"

Go to the source code of this file.

Macros

#define xsh_model_config_enter(name, val, index, units)
 

Functions

static int xsh_table_check_column (const cpl_table *, const char *)
 
void xsh_model_io_dump (xsh_xs_3 *p_xs_3)
 
cpl_error_code xsh_model_config_load_best (cpl_frame *config_frame, xsh_xs_3 *p_xs_3)
 Load the config model table and fill the struct.
 
int xsh_model_readfits (double *abest, double *amin, double *amax, int *aname, const char *xs_config_file, const char *xs_config_tag, struct xs_3 *p_xs_3, ann_all_par *p_all_par)
 
cpl_table * xsh_model_io_output_cfg (struct xs_3 *p_xs_3)
 
cpl_table * xsh_load_table_check (const char *in, const char *procatg)
 
void xsh_model_io_output_cfg_txt (struct xs_3 *p_xs_3)
 

Function Documentation

◆ xsh_load_table_check()

cpl_table * xsh_load_table_check ( const char *  in,
const char *  procatg 
)

◆ xsh_model_io_output_cfg_txt()

void xsh_model_io_output_cfg_txt ( struct xs_3 p_xs_3)

◆ xsh_table_check_column()

static int xsh_table_check_column ( const cpl_table *  tab,
const char *  col 
)
static

Definition at line 1511 of file xsh_model_io.c.

Referenced by xsh_load_table_check().