#include <xsh_error.h>#include <xsh_utils.h>#include <xsh_msg.h>#include <xsh_dfs.h>#include <xsh_pfits.h>#include <xsh_data_order.h>#include <xsh_data_instrument.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_flexcomp" |
| #define | RECIPE_AUTHOR "P.Goldoni, L.Guglielmi, R. Haigron, F. Royer" |
| #define | RECIPE_CONTACT "amodigli@eso.org" |
| #define | XSH_AFC_UVB_XMIN 573 |
| #define | XSH_AFC_UVB_YMIN 1501 |
| #define | XSH_AFC_UVB_XMAX 1572 |
| #define | XSH_AFC_UVB_YMAX 2500 |
| #define | XSH_AFC_UVB_ORDER 18 |
| #define | XSH_AFC_VIS_XMIN 534 |
| #define | XSH_AFC_VIS_YMIN 2301 |
| #define | XSH_AFC_VIS_XMAX 1533 |
| #define | XSH_AFC_VIS_YMAX 3300 |
| #define | XSH_AFC_VIS_ORDER 26 |
Functions | |
| static int | xsh_flexcomp_create (cpl_plugin *plugin) |
| Setup the recipe options. | |
| static int | xsh_flexcomp_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | xsh_flexcomp_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static void | xsh_flexcomp (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, xsh_detect_arclines_param *detect_arclines_p) |
| static cpl_error_code | xsh_frame_check_is_right_afcatt (cpl_frame *afcatt_frame, xsh_instrument *instrument) |
Variables | |
| static char | xsh_flexcomp_description_short [] |
| static char | xsh_flexcomp_description [] |
1.6.1