X-shooter Pipeline Reference Manual 3.8.15
Functions

Functions

void xsh_data_check_spectralformat (cpl_frame *spectralformat_frame, cpl_frame *orderlist_frame, cpl_frame *wavesol_frame, cpl_frame *model_config_frame, xsh_instrument *instr)
 Check the borders of wavelength foreach orders in spectral format.
 

Detailed Description

Function Documentation

◆ xsh_data_check_spectralformat()

void xsh_data_check_spectralformat ( cpl_frame *  spectralformat_frame,
cpl_frame *  orderlist_frame,
cpl_frame *  wavesol_frame,
cpl_frame *  model_config_frame,
xsh_instrument instr 
)

Check the borders of wavelength foreach orders in spectral format.

Parameters
[in]spectralformat_frameThe spectral format to check
[in]orderlist_frameThe order list frame
[in]wavesol_frameThe wave solution frame
[in]model_config_frameThe model configuration frame
[in]instrThe instrument

Definition at line 77 of file xsh_data_check.c.

References check, XSH_ASSURE_NOT_NULL, xsh_model_config_load_best(), xsh_order_list_free(), xsh_order_list_load(), xsh_spectralformat_check_wlimit(), xsh_spectralformat_list_free(), xsh_spectralformat_list_load(), xsh_wavesol_free(), and xsh_wavesol_load().

Referenced by main(), and xsh_2dmap().