#include <xsh_error.h>
#include <xsh_utils.h>
#include <xsh_utils_image.h>
#include <xsh_msg.h>
#include <xsh_dfs.h>
#include <xsh_drl.h>
#include <xsh_pfits.h>
#include <cpl.h>
#include <xsh_drl_check.h>
#include <xsh_model_arm_constants.h>
#include <xsh_badpixelmap.h>
Go to the source code of this file.
Defines | |
#define | RECIPE_ID "xsh_mdark" |
#define | RECIPE_AUTHOR "P.Goldoni, L.Guglielmi, R. Haigron, F. Royer, D. Bramich, A. Modigliani" |
#define | RECIPE_CONTACT "amodigli@eso.org" |
Functions | |
static int | xsh_mdark_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_mdark_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. | |
static int | xsh_mdark_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static void | xsh_mdark (cpl_parameterlist *parameters, cpl_frameset *frameset) |
Interpret the command line options and execute the data processing. | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
Build the list of available plugins, for this module. | |
static cpl_error_code | xsh_params_set_defaults (cpl_parameterlist *pars, xsh_instrument *inst) |
static cpl_frame * | xsh_get_master_dark_nir_via_noise (cpl_imagelist *dataList, cpl_frame *medFrame, cpl_parameterlist *parameters, xsh_clipping_param *noise_clipping, xsh_instrument *instrument, cpl_frame **noisyFrame) |
static cpl_frame * | xsh_get_master_dark_opt (cpl_frame *medFrame, cpl_frame *master_bias, cpl_parameterlist *parameters, cpl_frame *crh_frm, cpl_frame *bp_map_noise_frm, xsh_instrument *instrument, const int pre_overscan_corr) |
static cpl_frame * | xsh_get_crh_frame (cpl_image *crh_ima, xsh_instrument *instrument) |
Variables | |
static char | xsh_mdark_description_short [] |
static char | xsh_mdark_description [] |