#include <xsh_error.h>
#include <xsh_utils.h>
#include <xsh_msg.h>
#include <xsh_data_instrument.h>
#include <math.h>
#include <xsh_dfs.h>
#include <xsh_drl.h>
#include <xsh_pfits.h>
#include <xsh_detmon.h>
#include <xsh_irplib_utils.h>
#include <xsh_paf_save.h>
#include <xsh_utils_image.h>
#include <xsh_parameters.h>
#include <xsh_drl_check.h>
#include <cpl.h>
#include <assert.h>
Go to the source code of this file.
Defines | |
#define | RECIPE_ID "xsh_mbias" |
#define | RECIPE_AUTHOR "P.Goldoni, L.Guglielmi, R. Haigron, F. Royer, A. Modigliani" |
#define | RECIPE_CONTACT "amodigli@eso.org" |
Functions | |
static int | xsh_mbias_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_mbias_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. | |
static int | xsh_mbias_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static void | xsh_mbias (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. | |
Variables | |
static char | xsh_mbias_description_short [] = "Create the master bias frame" |
static char | xsh_mbias_description [] |