#include <xsh_error.h>
#include <xsh_utils_image.h>
#include <xsh_msg.h>
#include <xsh_dfs.h>
#include <xsh_pfits.h>
#include <xsh_ifu_defs.h>
#include <xsh_model_io.h>
#include <xsh_drl.h>
#include <cpl.h>
Go to the source code of this file.
Defines | |
#define | RECIPE_ID "xsh_util_ifu_build_cube" |
#define | RECIPE_AUTHOR "A. Modigliani" |
#define | RECIPE_CONTACT "Andrea.Modigliani@eso.org" |
Functions | |
static int | xsh_util_ifu_build_cube_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_util_ifu_build_cube_exec (cpl_plugin *plugin) |
Interpret the command line options and execute the data processing. | |
static int | xsh_util_ifu_build_cube_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static void | xsh_util_ifu_build_cube (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_util_ifu_build_cube_description_short [] |
static char | xsh_util_ifu_build_cube_description [] |