#include <xsh_drl.h>
#include <cpl.h>
Go to the source code of this file.
Functions | |
cpl_frame * | xsh_util_physmod_model_THE_create (cpl_frame *config_frame, xsh_instrument *instrument, cpl_frame *wave_list, const int binx, const int biny, const int num_ph, const int sky) |
cpl_error_code | xsh_model_temperature_update_structure (struct xs_3 *p_xs_3_config, cpl_frame *ref_frame, xsh_instrument *instrument) |
cpl_error_code | xsh_model_temperature_update_frame (cpl_frame **model_config_frame, cpl_frame *header, xsh_instrument *instrument, int *found_temp) |
cpl_error_code xsh_model_temperature_update_frame | ( | cpl_frame ** | model_config_frame, | |
cpl_frame * | header, | |||
xsh_instrument * | instrument, | |||
int * | found_temp | |||
) |
Definition at line 254 of file xsh_model_utils.c.
References check, xsh_add_temporary_file(), XSH_ARM_NIR, XSH_ARM_UVB, XSH_ARM_VIS, XSH_FOCU1ENC_VAL, xsh_free_propertylist(), xsh_free_table(), xsh_instrument_arm_tostring(), xsh_instrument_get_arm(), xsh_msg, xsh_msg_warning, xsh_pfits_get_FOCU1ENC(), xsh_pfits_get_temp2(), xsh_pfits_get_temp5(), xsh_pfits_get_temp82(), XSH_TEMP2_VAL, XSH_TEMP5_VAL, and XSH_TEMP82_VAL.
Referenced by clean_arclist_data(), main(), xsh_cfg_recover_last_step(), xsh_check_get_map(), xsh_detect_arclines(), xsh_detect_arclines_dan(), xsh_flexcor(), xsh_geom_ifu(), xsh_rectify_orders(), xsh_scired_ifu_offset(), xsh_scired_ifu_stare(), xsh_slit_stare_get_maps(), and xsh_wavecal().
cpl_error_code xsh_model_temperature_update_structure | ( | struct xs_3 * | p_xs_3_config, | |
cpl_frame * | ref_frame, | |||
xsh_instrument * | instrument | |||
) |
Definition at line 212 of file xsh_model_utils.c.
References check, xs_3::fdet, xs_3::t_ir_p2, xs_3::t_ir_p3, xs_3::temper, XSH_ARM_NIR, XSH_ARM_UVB, XSH_ARM_VIS, xsh_free_propertylist(), xsh_instrument_get_arm(), xsh_pfits_get_FOCU1ENC(), xsh_pfits_get_temp2(), xsh_pfits_get_temp5(), and xsh_pfits_get_temp82().
Referenced by xsh_detect_arclines(), and xsh_detect_arclines_dan().
cpl_frame* xsh_util_physmod_model_THE_create | ( | cpl_frame * | config_frame, | |
xsh_instrument * | instrument, | |||
cpl_frame * | wave_list, | |||
const int | binx, | |||
const int | biny, | |||
const int | num_ph, | |||
const int | sky | |||
) |
Definition at line 58 of file xsh_model_utils.c.
References check, XSH_ARM_NIR, XSH_ARM_UVB, XSH_ARM_VIS, xsh_frame_config(), xsh_free_frame(), xsh_free_propertylist(), xsh_free_table(), XSH_GET_TAG_FROM_ARM, xsh_instrument_get_arm(), xsh_model_binxy(), xsh_model_config_load_best(), xsh_model_THE_create(), xsh_msg, xsh_msg_error, xsh_pfits_set_pcatg(), xsh_print_rec_status(), XSH_SEQ_ARM, XSH_SKY_TAB_MULT, XSH_SKY_TAB_SING, XSH_THEO_TAB_MULT, XSH_THEO_TAB_SING, XSH_WIN_BINX, and XSH_WIN_BINY.
Referenced by xsh_slit_stare_get_calibs(), and xsh_util_physmod().