#include <xsh_error.h>
#include <xsh_utils.h>
#include <xsh_msg.h>
#include <xsh_dfs.h>
#include <xsh_data_order.h>
#include <xsh_drl.h>
#include <xsh_model_kernel.h>
#include <cpl.h>
Go to the source code of this file.
Defines | |
#define | RECIPE_ID "xsh_2dmap" |
#define | RECIPE_AUTHOR "R. Haigron" |
#define | RECIPE_CONTACT "amodigli@eso.org" |
Functions | |
static int | xsh_2dmap_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_2dmap_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. | |
static int | xsh_2dmap_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static void | xsh_2dmap (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_verify_2dmap_poly_input (cpl_frame *order_tab_edges_frame, cpl_frame *spectralformat_frame, cpl_frame *theo_tab_frame) |
static cpl_error_code | xsh_params_set_defaults (cpl_parameterlist *pars, xsh_detect_arclines_param *arclines_p, xsh_instrument *inst) |
Variables | |
static char | xsh_2dmap_description_short [] |
static char | xsh_2dmap_description [] |