#include <cpl.h>#include "xsh_utils.h"#include "xsh_dfs.h"#include "xsh_drl.h"#include "xsh_pfits.h"#include <xsh_model_io.h>#include <xsh_model_kernel.h>#include <xsh_model_utils.h>#include <xsh_error.h>#include <xsh_parameters.h>Go to the source code of this file.
Defines | |
| #define | RECIPE_ID "xsh_util_guess_xy" |
| #define | RECIPE_AUTHOR "A.Modigliani, P. Bristow" |
| #define | RECIPE_CONTACT "amodigli@eso.org" |
Functions | |
| static int | xsh_util_guess_xy_create (cpl_plugin *plugin) |
| Setup the recipe options. | |
| static int | xsh_util_guess_xy_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | xsh_util_guess_xy_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static int | xsh_util_guess_xy (cpl_parameterlist *parameters, cpl_frameset *frameset) |
| The FITS file creation occurs here. | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
Variables | |
| static char | xsh_util_guess_xy_description [] |
| static char | xsh_util_guess_xy_description_short [] = "Generate physical model guesses" |
1.6.1