#include <xsh_error.h>#include <xsh_utils.h>#include <xsh_msg.h>#include <xsh_dfs.h>#include <xsh_drl.h>#include <xsh_compute_linearity.h>#include <xsh_detmon_lg.h>#include <xsh_pfits.h>#include <xsh_paf_save.h>#include <cpl.h>Go to the source code of this file.
Defines | |
| #define | RECIPE_ID "xsh_linear" |
| #define | RECIPE_AUTHOR "L.Guglielmi,R.Haigron,P.Goldoni,F.Royer" |
| #define | RECIPE_CONTACT "laurent.guglielmi@apc.univ-paris7.fr" |
Functions | |
| static int | create (cpl_plugin *plugin) |
| Setup the recipe options. | |
| static int | exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static void | xsh_linear (cpl_parameterlist *parameters, cpl_frameset *frameset) |
| Interpret the command line options and execute the data processing. | |
| static void | xsh_gain (cpl_parameterlist *parameters, cpl_frameset *frameset, xsh_instrument *instr) |
| computes detector's gain | |
| static cpl_vector * | xsh_get_exptimes (cpl_frameset *set) |
| get input frames exposure times | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
Variables | |
| static char | xsh_linear_description_short [] |
| static char | xsh_linear_description [] |
1.6.1