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. | |
| 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.
| [in] | spectralformat_frame | The spectral format to check |
| [in] | orderlist_frame | The order list frame |
| [in] | wavesol_frame | The wave solution frame |
| [in] | model_config_frame | The model configuration frame |
| [in] | instr | The 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 xsh_2dmap().
1.6.1