#include <math.h>
#include <string.h>
#include <xsh_error.h>
#include <xsh_utils_ifu.h>
#include <xsh_utils_image.h>
#include <xsh_utils_wrappers.h>
#include <xsh_utils_table.h>
#include <xsh_pfits.h>
#include <xsh_model_io.h>
#include <xsh_data_rec.h>
#include <xsh_data_spectrum.h>
#include <xsh_dfs.h>
#include <xsh_drl.h>
#include <xsh_blaze.h>
Go to the source code of this file.
Functions | |
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_frame * | xsh_blaze_image (cpl_frame *masterflat_frame, cpl_frame *order_frame, xsh_instrument *instrument) |
Normalize a master flat frame order by order. | |
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. |