#include <xsh_drl.h>
#include <xsh_data_pre.h>
#include <xsh_data_instrument.h>
#include <xsh_dfs.h>
#include <xsh_pfits.h>
#include <xsh_error.h>
#include <xsh_msg.h>
#include <cpl.h>
Go to the source code of this file.
Functions | |
cpl_frame * | xsh_bpmap_2pre (cpl_frame *bpmap, const char *prefix, xsh_instrument *inst) |
This function transform a BP map from raw to pre format. | |
void | xsh_prepare (cpl_frameset *frames, cpl_frame *bpmap, cpl_frame *mbias, const char *prefix, xsh_instrument *instr, const int pre_overscan_corr, const bool flag_neg_and_thresh_pix) |
This function transform RAW frames dataset in PRE frames dataset attaching the default bad pixel map and an error image. | |
cpl_frame * | xsh_preframe_extract (cpl_frame *frame, int xmin, int ymin, int xmax, int ymax, const char *name, xsh_instrument *instr) |
This function create a sub frame from PRE frame. the sub frame is described by a box. |