#include <xsh_error.h>#include <xsh_utils.h>#include <xsh_model_utils.h>#include <xsh_msg.h>#include <xsh_dfs.h>#include <xsh_pfits.h>#include <xsh_drl.h>#include <xsh_drl_check.h>#include <xsh_data_instrument.h>#include <xsh_model_kernel.h>#include <xsh_model_arm_constants.h>#include <cpl.h>#include <math.h>Go to the source code of this file.
Defines | |
| #define | RECIPE_ID "xsh_wavecal" |
| #define | RECIPE_AUTHOR "L.Guglielmi" |
| #define | RECIPE_CONTACT "amodigli@eso.org" |
Functions | |
| static int | xsh_wavecal_create (cpl_plugin *plugin) |
| Setup the recipe options. | |
| static int | xsh_wavecal_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | xsh_wavecal_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static void | xsh_wavecal (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 void | xsh_wavecal_get_parameters (cpl_parameterlist *parameters, xsh_follow_arclines_param *par) |
| static cpl_error_code | xsh_params_monitor (xsh_follow_arclines_param follow_param) |
| static cpl_error_code | xsh_params_set_defaults (cpl_parameterlist *pars, xsh_instrument *inst) |
| static cpl_error_code | xsh_params_bin_scale (cpl_frameset *raws, xsh_follow_arclines_param follow_param) |
| Scale input parameters. | |
Variables | |
| static char | xsh_wavecal_description_short [] |
| static char | xsh_wavecal_description [] |
1.6.1