#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.
Defines | |
#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 | ) |
char xsh_util_bpmap_coadd_description[] [static] |
"This recipe performs bad pixel map coaddition.\n" "The input files are several (at least 2) bad pixel masks in the sof file\n" "Their tab should contain the string BP_MAP.\n" "The output is an image resulting from the logical operator OR \n" "applied to all the masks.\n" "Information on relevant parameters can be found with\n" "esorex --params xsh_util_bpmap_coadd\n" "esorex --help xsh_util_bpmap_coadd\n" "\n"
Definition at line 79 of file xsh_util_bpmap_coadd.c.
Referenced by cpl_plugin_get_info().
char xsh_util_bpmap_coadd_description_short[] = "Add bad pixels masks" [static] |
Definition at line 90 of file xsh_util_bpmap_coadd.c.
Referenced by cpl_plugin_get_info(), and xsh_util_bpmap_coadd().