#include <cpl.h>#include <math.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <xsh_model_anneal.h>#include <xsh_dfs.h>#include <xsh_utils.h>#include <xsh_pfits.h>#include <xsh_msg.h>#include <xsh_error.h>Go to the source code of this file.
Functions | |
| static int | xsh_model_anneal_create (cpl_plugin *plugin) |
| Setup the recipe options. | |
| static int | xsh_model_anneal_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | xsh_model_anneal_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static int | xsh_model_anneal (cpl_parameterlist *parlist, cpl_frameset *frameset) |
| Interpret the command line options and execute the data processing. | |
| static int | xsh_model_anneal_save (const 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_model_anneal_description [] |
| static char | xsh_model_anneal_description_short [] |
1.6.1