#include <string.h>
#include <cpl.h>
#include <xsh_dfs.h>
#include <xsh_parameters.h>
#include <xsh_drl.h>
#include <xsh_msg.h>
#include <xsh_pfits.h>
#include <xsh_error.h>
Go to the source code of this file.
◆ KEY_VALUE_HPRO_DID
| #define KEY_VALUE_HPRO_DID "PRO-1.15" |
◆ PRO_IMA
| #define PRO_IMA "PRO_IMA" |
◆ XSH_UTL_IMA_SHIFT_RECIPE_AUTHOR
| #define XSH_UTL_IMA_SHIFT_RECIPE_AUTHOR "A.Modigliani" |
◆ XSH_UTL_IMA_SHIFT_RECIPE_CONTACT
| #define XSH_UTL_IMA_SHIFT_RECIPE_CONTACT "Andrea.Modigliani@eso.org" |
◆ XSH_UTL_IMA_SHIFT_RECIPE_ID
| #define XSH_UTL_IMA_SHIFT_RECIPE_ID "xsh_util_ima_shift" |
◆ xsh_util_ima_shift_description
| char xsh_util_ima_shift_description[] |
|
static |
Initial value:=
"This recipe performs image shift along x or y.\n"
"The input file is an image tagged as 'IMA'.\n"
"The output is a shifted image\n"
"xsh.xsh_util_ima_shift.shiftx having alias 'shiftx'\n"
"xsh.xsh_util_ima_shift.shifty having alias 'shifty'\n"
"Information on relevant parameters can be found with\n"
"esorex --params xsh_util_ima_shift\n"
"esorex --help xsh_util_ima_shift\n"
"\n"
Definition at line 74 of file xsh_util_ima_shift.c.
Referenced by cpl_plugin_get_info().
◆ xsh_util_ima_shift_description_short
| char xsh_util_ima_shift_description_short[] = "Shift an image along X or Y" |
|
static |