Go to the source code of this file.
|
| #define | RECIPE_ID "xsh_predict" |
| |
| #define | RECIPE_AUTHOR "P.Goldoni, L.Guglielmi, R. Haigron, F. Royer, P. Bristow, D. Bramich, A. Modigliani" |
| |
| #define | RECIPE_CONTACT "amodigli@eso.org" |
| |
|
| static int | xsh_predict_create (cpl_plugin *plugin) |
| | Setup the recipe options.
|
| |
| static int | xsh_predict_exec (cpl_plugin *plugin) |
| | Execute the plugin instance given by the interface.
|
| |
| static int | xsh_predict_destroy (cpl_plugin *plugin) |
| | Destroy what has been created by the 'create' function.
|
| |
| static void | xsh_predict (cpl_parameterlist *parameters, cpl_frameset *frameset) |
| | Interpret the command line options and execute the data processing.
|
| |
| static void | xsh_predict_qc (cpl_table *tab, cpl_propertylist *head, const char *arm) |
| |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| | Build the list of available plugins, for this module.
|
| |