#include <string.h>
#include <cpl.h>
#include <xsh_dfs.h>
#include <xsh_data_pre.h>
#include <xsh_parameters.h>
#include <xsh_drl.h>
#include <xsh_msg.h>
#include <xsh_pfits.h>
#include <xsh_error.h>
#include <xsh_utils.h>
Go to the source code of this file.
Defines | |
#define | XSH_UTL_IMA_OVERSAMPLE_RECIPE_ID "xsh_util_ima_oversample" |
#define | XSH_UTL_IMA_OVERSAMPLE_RECIPE_AUTHOR "A.Modigliani" |
#define | XSH_UTL_IMA_OVERSAMPLE_RECIPE_CONTACT "Andrea.Modigliani@eso.org" |
#define | PRO_IMA "PRO_IMA_UVB" |
#define | KEY_VALUE_HPRO_DID "PRO-1.15" |
Functions | |
static int | xsh_util_ima_oversample_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_util_ima_oversample_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. | |
static int | xsh_util_ima_oversample_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static int | xsh_util_ima_oversample (cpl_parameterlist *parlist, cpl_frameset *frames) |
Get the command line options and execute the data reduction. | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
Build the list of available plugins, for this module. | |
Variables | |
static char | xsh_util_ima_oversample_description_short [] = "Oversample image(s)" |
static char | xsh_util_ima_oversample_description [] |
#define KEY_VALUE_HPRO_DID "PRO-1.15" |
Definition at line 57 of file xsh_util_ima_oversample.c.
#define PRO_IMA "PRO_IMA_UVB" |
Definition at line 56 of file xsh_util_ima_oversample.c.
#define XSH_UTL_IMA_OVERSAMPLE_RECIPE_AUTHOR "A.Modigliani" |
Definition at line 54 of file xsh_util_ima_oversample.c.
Referenced by cpl_plugin_get_info().
#define XSH_UTL_IMA_OVERSAMPLE_RECIPE_CONTACT "Andrea.Modigliani@eso.org" |
Definition at line 55 of file xsh_util_ima_oversample.c.
Referenced by cpl_plugin_get_info().
#define XSH_UTL_IMA_OVERSAMPLE_RECIPE_ID "xsh_util_ima_oversample" |
Definition at line 53 of file xsh_util_ima_oversample.c.
Referenced by cpl_plugin_get_info(), and xsh_util_ima_oversample_create().
char xsh_util_ima_oversample_description[] [static] |
"This recipe performs image oversampling (no flux conservation).\n" "The input files should be list in an input file (no need to specify a tag)\n" "The output are resampled images with filenames\n" "binX_binY_filename.fits, \n" "where X and Y are the input binx/y parameters values\n" "Information on relevant parameters can be found with\n" "esorex --params xsh_util_ima_oversample\n" "esorex --help xsh_util_ima_oversample\n" "\n"
Definition at line 73 of file xsh_util_ima_oversample.c.
Referenced by cpl_plugin_get_info().
char xsh_util_ima_oversample_description_short[] = "Oversample image(s)" [static] |
Definition at line 72 of file xsh_util_ima_oversample.c.
Referenced by cpl_plugin_get_info().