#include <xsh_error.h>#include <xsh_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_utils_table.h>#include <xsh_model_utils.h>#include <xsh_utils_image.h>#include <xsh_utils_ifu.h>#include <xsh_blaze.h>#include <xsh_parameters.h>#include <xsh_model_arm_constants.h>#include <cpl.h>Go to the source code of this file.
Defines | |
| #define | RECIPE_ID "xsh_geom_ifu" |
| #define | RECIPE_AUTHOR "P.Goldoni, L.Guglielmi, R. Haigron, F. Royer" |
| #define | RECIPE_CONTACT "regis.haigron@obspm.fr" |
| #define | XSH_GEOM_SLIT_BIN_SIZE_PIPE_UVB 0.16 |
| #define | XSH_GEOM_SLIT_BIN_SIZE_PIPE_VIS 0.16 |
| #define | XSH_GEOM_SLIT_BIN_SIZE_PIPE_NIR 0.2 |
| #define | XSH_GEOM_WAVE_BIN_SIZE_PIPE_UVB 0.04 |
| #define | XSH_GEOM_WAVE_BIN_SIZE_PIPE_VIS 0.04 |
| #define | XSH_GEOM_WAVE_BIN_SIZE_PIPE_NIR 0.1 |
Functions | |
| static cpl_error_code | xsh_rectify_params_set_defaults_drl (cpl_parameterlist *pars, const char *rec_id, xsh_instrument *inst, xsh_rectify_param *rectify_par) |
| static int | xsh_geom_ifu_create (cpl_plugin *plugin) |
| Setup the recipe options. | |
| static int | xsh_geom_ifu_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | xsh_geom_ifu_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static void | xsh_geom_ifu (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_bin_scale (cpl_frameset *raws, xsh_background_param *backg) |
| Scales input parameters for binning. | |
| static cpl_error_code | xsh_params_monitor (xsh_background_param *backg, xsh_rectify_param *rectify_par) |
| static cpl_error_code | xsh_params_set_defaults (cpl_parameterlist *pars, xsh_instrument *inst, xsh_rectify_param *rectify_par, double *lambda_ref, xsh_background_param *backg) |
Variables | |
| static char | xsh_geom_ifu_description_short [] |
| static char | xsh_geom_ifu_description [] |
1.6.1