#include <xsh_error.h>#include <xsh_utils.h>#include <xsh_msg.h>#include <xsh_data_instrument.h>#include <xsh_dfs.h>#include <xsh_drl.h>#include <cpl.h>#include <math.h>#include "xsh_model_kernel.h"#include "xsh_model_arm_constants.h"#include "xsh_model_io.h"#include "xsh_pfits.h"#include <stdlib.h>#include <xsh_data_order.h>#include <xsh_data_arclist.h>#include <xsh_utils_table.h>Go to the source code of this file.
Defines | |
| #define | RECIPE_ID "xsh_model_compute" |
| #define | RECIPE_AUTHOR "P. Bristow" |
| #define | RECIPE_CONTACT "bristowp@eso.org" |
Functions | |
| static int | xsh_model_create (cpl_plugin *plugin) |
| Setup the recipe options. | |
| static int | xsh_model_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | xsh_model_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static int | xsh_model (cpl_parameterlist *parlist, cpl_frameset *frameset) |
| Interpret the command line options and execute the data processing. | |
| static int | xsh_model_reduce (const char *wave_list_file, const char *test_par_file) |
| The actual model computation takes place here. | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
Variables | |
| static char | xsh_model_compute_description_short [] = "Development Only" |
| static char | xsh_model_compute_description [] |
| static const int | vectordim = 4 |
1.6.1