#include <cpl.h>
#include <xsh_error.h>
#include <xsh_dfs.h>
#include <xsh_utils.h>
#include <xsh_data_pre.h>
#include <xsh_data_rec.h>
#include <xsh_data_instrument.h>
#include <xsh_data_order.h>
#include <xsh_data_dispersol.h>
#include <xsh_parameters.h>
#include <xsh_qc_handling.h>
Go to the source code of this file.
Defines | |
#define | MSE_LIMIT 1 |
Functions | |
cpl_frame * | xsh_blaze_image (cpl_frame *masterflat_frame, cpl_frame *order_frame, xsh_instrument *instrument) |
Normalize a master flat frame order by order. | |
cpl_frame * | xsh_divide_by_blaze (cpl_frame *pre_frame, cpl_frame *blaze_frame, xsh_instrument *instrument) |
Divide a pre image by the blaze image. | |
cpl_image * | xsh_create_blaze (cpl_frame *masterflat_frame, xsh_order_list *order_list, xsh_instrument *instrument) |
Normalize a master flat frame order by order. |
#define MSE_LIMIT 1 |
Definition at line 57 of file xsh_blaze.h.
Referenced by xsh_create_blaze().