|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <strings.h>#include <string.h>#include <stdio.h>#include <cpl.h>#include <xsh_irplib_utils.h>#include <xsh_dfs.h>#include <xsh_pfits.h>#include <xsh_msg.h>#include <xsh_error.h>#include <xsh_utils_wrappers.h>#include <xsh_parameters.h>#include <xsh_badpixelmap.h>Go to the source code of this file.
Macros | |
| #define | RECIPE_ID "xsh_util_bpmap_coadd" |
| #define | RECIPE_AUTHOR "A.Modigliani" |
| #define | RECIPE_CONTACT "amodigli@eso.org" |
Functions | |
| const char * | xsh_get_licence (void) |
| static int | xsh_util_bpmap_coadd_create (cpl_plugin *plugin) |
| Set up the recipe options. | |
| static int | xsh_util_bpmap_coadd_exec (cpl_plugin *plugin) |
| Executes the plugin instance given by the interface. | |
| static int | xsh_util_bpmap_coadd_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static int | xsh_util_bpmap_coadd (cpl_parameterlist *parameters, cpl_frameset *sof) |
| Do bad pixel search. Monitor parameters. Do something. | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
Variables | |
| static char | xsh_util_bpmap_coadd_description [] |
| static char | xsh_util_bpmap_coadd_description_short [] ="Add bad pixels masks" |
| #define RECIPE_AUTHOR "A.Modigliani" |
Definition at line 62 of file xsh_util_bpmap_coadd.c.
| #define RECIPE_CONTACT "amodigli@eso.org" |
Definition at line 63 of file xsh_util_bpmap_coadd.c.
| #define RECIPE_ID "xsh_util_bpmap_coadd" |
Definition at line 61 of file xsh_util_bpmap_coadd.c.
| const char * xsh_get_licence | ( | void | ) |
|
static |
Definition at line 79 of file xsh_util_bpmap_coadd.c.
Referenced by cpl_plugin_get_info().
|
static |
Definition at line 90 of file xsh_util_bpmap_coadd.c.
Referenced by cpl_plugin_get_info(), and xsh_util_bpmap_coadd().