#include <string.h>
#include <cpl.h>
#include <xsh_dfs.h>
#include <xsh_parameters.h>
#include <xsh_utils.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.
Defines | |
#define | RECIPE_ID "xsh_util_bpmap_nl_raw2pre" |
#define | RECIPE_AUTHOR "A.Modigliani" |
#define | RECIPE_CONTACT "Andrea.Modigliani@eso.org" |
#define | PRO_IMA "PRO_IMA" |
#define | KEY_VALUE_HPRO_DID "PRO-1.15" |
Functions | |
static int | xsh_util_bpmap_nl_raw2pre_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_util_bpmap_nl_raw2pre_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. | |
static int | xsh_util_bpmap_nl_raw2pre_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static int | xsh_util_bpmap_nl_raw2pre (cpl_parameterlist *parlist, cpl_frameset *framelist) |
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_bpmap_nl_raw2pre_description_short [] = "Converts RAW_BP_MAP_NL to BP_MAP_NL" |
static char | xsh_util_bpmap_nl_raw2pre_description [] |
#define KEY_VALUE_HPRO_DID "PRO-1.15" |
Definition at line 59 of file xsh_util_bpmap_nl_raw2pre.c.
#define PRO_IMA "PRO_IMA" |
Definition at line 58 of file xsh_util_bpmap_nl_raw2pre.c.
#define RECIPE_AUTHOR "A.Modigliani" |
Definition at line 56 of file xsh_util_bpmap_nl_raw2pre.c.
#define RECIPE_CONTACT "Andrea.Modigliani@eso.org" |
Definition at line 57 of file xsh_util_bpmap_nl_raw2pre.c.
#define RECIPE_ID "xsh_util_bpmap_nl_raw2pre" |
Definition at line 55 of file xsh_util_bpmap_nl_raw2pre.c.
char xsh_util_bpmap_nl_raw2pre_description[] [static] |
"This recipe converts RAW_BP_MAP_NL to BP_MAP_NL.\n" "Information on relevant parameters can be found with\n" "esorex --params xsh_util_bpmap_nl_raw2pre\n" "esorex --help xsh_util_bpmap_nl_raw2pre\n" "\n"
Definition at line 75 of file xsh_util_bpmap_nl_raw2pre.c.
Referenced by cpl_plugin_get_info().
char xsh_util_bpmap_nl_raw2pre_description_short[] = "Converts RAW_BP_MAP_NL to BP_MAP_NL" [static] |
Definition at line 74 of file xsh_util_bpmap_nl_raw2pre.c.
Referenced by cpl_plugin_get_info(), and xsh_util_bpmap_nl_raw2pre().