#include <cpl.h>
#include "xsh_utils.h"
#include "xsh_pfits.h"
#include "xsh_dfs.h"
Go to the source code of this file.
Functions | |
static int | xsh_util_genconfig_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_util_genconfig_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. | |
static int | xsh_util_genconfig_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static int | xsh_util_genconfig (cpl_parameterlist *parlist, cpl_frameset *framelist) |
The FITS file creation occurs here. | |
static int | xsh_util_genconfig_save (cpl_table *out_table, cpl_parameterlist *parlist, cpl_frameset *set) |
Save the product of the recipe. | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
Build the list of available plugins, for this module. | |
Variables | |
static char | xsh_util_genconfig_description [] |