|
GRAVI Pipeline Reference Manual 1.8.0
|
#include <cpl.h>#include <stdio.h>#include <string.h>#include <time.h>#include "gravi_utils.h"#include "gravi_pfits.h"#include "gravi_dfs.h"#include "gravi_calib.h"#include "gravi_data.h"Go to the source code of this file.
Functions | |
| static int | gravity_dark_create (cpl_plugin *plugin) |
| Setup the recipe options | |
| static int | gravity_dark_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | gravity_dark_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static int | gravity_dark (cpl_frameset *frameset, const cpl_parameterlist *parlist) |
| Compute the master dark for each dark frames. | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
Variables | |
| static char | gravity_dark_short [] = "Calibrate the detector noise and background level." |
| static char | gravity_dark_description [] |
| int cpl_plugin_get_info | ( | cpl_pluginlist * | list | ) |
Build the list of available plugins, for this module.
| list | the plugin list |
Create the recipe instance and make it available to the application using the interface.
Definition at line 89 of file gravity_dark.c.
References gravi_get_license(), gravity_dark_create(), gravity_dark_description, gravity_dark_destroy(), gravity_dark_exec(), and gravity_dark_short.
|
static |
Compute the master dark for each dark frames.
| frameset | the frames list |
| parlist | the parameters list |
Definition at line 274 of file gravity_dark.c.
References cpl_msg_info(), CPLCHECK_CLEAN, FREE, gravi_compute_dark(), GRAVI_DARK_MAP, gravi_data_append(), gravi_data_delete(), gravi_data_detector_cleanup(), gravi_data_erase(), gravi_data_load_rawframe(), gravi_data_save_new(), gravi_dfs_set_groups(), GRAVI_FDDL_EXT, gravi_frameset_extract_dark_data(), gravi_msg_function_exit, gravi_msg_function_start, GRAVI_OPDC_EXT, gravi_param_get_bool(), and gravity_print_banner().
Referenced by gravity_dark_exec().
|
static |
Setup the recipe options
| plugin | the plugin |
Defining the command-line/configuration parameters for the recipe.
Definition at line 130 of file gravity_dark.c.
References gravi_parameter_add_biasmethod(), gravi_parameter_add_biassub_file(), and gravi_parameter_add_static_name().
Referenced by cpl_plugin_get_info().
|
static |
Destroy what has been created by the 'create' function.
| plugin | the plugin |
Definition at line 242 of file gravity_dark.c.
Referenced by cpl_plugin_get_info().
|
static |
Execute the plugin instance given by the interface.
| plugin | the plugin |
Definition at line 180 of file gravity_dark.c.
References gravity_dark().
Referenced by cpl_plugin_get_info().
|
static |
Definition at line 62 of file gravity_dark.c.
Referenced by cpl_plugin_get_info().
|
static |
Definition at line 61 of file gravity_dark.c.
Referenced by cpl_plugin_get_info().