Functions | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
Build the list of available plugins, for this module. | |
static int | xsh_util_efficiency2d_create (cpl_plugin *plugin) |
Setup the recipe options. | |
static int | xsh_util_efficiency2d_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. | |
static int | xsh_util_efficiency2d_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. | |
static double | xsh_table_get_interpolated (cpl_table *tbl, double wav, const char *colx, const char *coly) |
static int | xsh_util_efficiency2d (cpl_parameterlist *parlist, cpl_frameset *frames) |
Get the command line options and execute the data reduction. |
int cpl_plugin_get_info | ( | cpl_pluginlist * | list | ) |
Build the list of available plugins, for this module.
list | the plugin list |
This function is exported.
Definition at line 117 of file xsh_util_efficiency2d.c.
References RECIPE_AUTHOR, RECIPE_CONTACT, RECIPE_ID, xsh_get_license(), xsh_util_efficiency2d_create(), xsh_util_efficiency2d_description, xsh_util_efficiency2d_description_short, xsh_util_efficiency2d_destroy(), and xsh_util_efficiency2d_exec().
static double xsh_table_get_interpolated | ( | cpl_table * | tbl, | |
double | wav, | |||
const char * | colx, | |||
const char * | coly | |||
) | [static] |
Definition at line 296 of file xsh_util_efficiency2d.c.
References y.
Referenced by xsh_util_efficiency2d().
static int xsh_util_efficiency2d | ( | cpl_parameterlist * | parlist, | |
cpl_frameset * | frames | |||
) | [static] |
Get the command line options and execute the data reduction.
parlist | the parameters list | |
frames | the frames list |
Definition at line 350 of file xsh_util_efficiency2d.c.
References biny, check, exptime, instrument, rec_profile, RECIPE_ID, TEL_AREA, XSH_ARM_NIR, XSH_ATMOS_EXT_LIST_COLNAME_K, xsh_begin(), XSH_EXTCOEFF_TAB, xsh_find_frame_with_tag(), XSH_FLUX_STD_TAB, xsh_free_frameset(), xsh_free_image(), xsh_free_propertylist(), xsh_free_table(), xsh_free_vector(), xsh_instrument_free(), xsh_instrument_get_arm(), xsh_msg, xsh_pfits_get_airm_end(), xsh_pfits_get_airm_start(), xsh_pfits_get_biny(), xsh_pfits_get_cdelt1(), xsh_pfits_get_conad(), xsh_pfits_get_crval1(), xsh_pfits_get_dit(), xsh_pfits_get_naxis1(), xsh_pfits_get_win1_dit1(), XSH_RAW_IMA_SLIT, xsh_table_get_interpolated(), and xsh_util_efficiency2d_description_short.
Referenced by xsh_util_efficiency2d_exec().
static int xsh_util_efficiency2d_create | ( | cpl_plugin * | plugin | ) | [static] |
Setup the recipe options.
plugin | the plugin |
Create the recipe instance and make it available to the application using the interface.
Definition at line 151 of file xsh_util_efficiency2d.c.
References check, RECIPE_ID, xsh_init(), xsh_parameters_decode_bp(), and xsh_parameters_generic().
Referenced by cpl_plugin_get_info().
static int xsh_util_efficiency2d_destroy | ( | cpl_plugin * | plugin | ) | [static] |
Destroy what has been created by the 'create' function.
plugin | the plugin |
Definition at line 282 of file xsh_util_efficiency2d.c.
Referenced by cpl_plugin_get_info().
static int xsh_util_efficiency2d_exec | ( | cpl_plugin * | plugin | ) | [static] |
Execute the plugin instance given by the interface.
plugin | the plugin |
Definition at line 251 of file xsh_util_efficiency2d.c.
References xsh_util_efficiency2d().
Referenced by cpl_plugin_get_info().