|
GRAVI Pipeline Reference Manual 1.8.0
|
#include <cpl.h>#include <stdio.h>#include <string.h>#include <time.h>#include "gravi_data.h"#include "gravi_pfits.h"#include "gravi_dfs.h"#include "gravi_utils.h"#include "gravi_calib.h"#include "gravi_wave.h"#include "gravi_preproc.h"#include "gravi_disp.h"Go to the source code of this file.
Functions | |
| static int | gravity_wavelamp_create (cpl_plugin *plugin) |
| Setup the recipe options | |
| static int | gravity_wavelamp_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | gravity_wavelamp_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static int | gravity_wavelamp (cpl_frameset *frameset, const cpl_parameterlist *parlist) |
| The perpese of the recipe is to reduce the raw calibration file for dispersion calibration. | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
Variables | |
| static char | gravity_wavelamp_short [] = "Measure the position of the Argon lines in the spectra." |
| static char | gravity_wavelamp_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 103 of file gravity_wavelamp.c.
References gravi_get_license(), gravity_wavelamp_create(), gravity_wavelamp_description, gravity_wavelamp_destroy(), gravity_wavelamp_exec(), and gravity_wavelamp_short.
|
static |
The perpese of the recipe is to reduce the raw calibration file for dispersion calibration.
| frameset | the frames list |
| parlist | the parameters list |
Definition at line 287 of file gravity_wavelamp.c.
References cpl_msg_info(), cpl_propertylist_update_double(), CPLCHECK_CLEAN, FREE, gravi_align_spectrum(), gravi_compute_argon_pos(), gravi_compute_dark(), GRAVI_DARK_MAP, gravi_data_copy_ext(), gravi_data_delete(), gravi_data_detector_cleanup(), gravi_data_get_cube(), gravi_data_get_header, gravi_data_get_table(), gravi_data_load_frame(), gravi_data_load_rawframe(), gravi_data_new(), gravi_data_save_new(), GRAVI_DET_ALL, gravi_dfs_set_groups(), gravi_extract_spectrum(), gravi_frameset_extract_bad_map(), gravi_frameset_extract_dark_data(), gravi_frameset_extract_dark_map(), gravi_frameset_extract_flat_map(), gravi_frameset_extract_p2vm_map(), gravi_frameset_extract_wave_map(), gravi_frameset_extract_wave_param(), gravi_frameset_extract_wavelamp_data(), GRAVI_IMAGING_DATA_SC_EXT, GRAVI_IMAGING_DETECTOR_SC_EXT, gravi_msg_function_exit, gravi_msg_function_start, GRAVI_WAVELAMP_MAP, and gravity_print_banner().
Referenced by gravity_wavelamp_exec().
|
static |
Setup the recipe options
| plugin | the plugin |
Defining the command-line/configuration parameters for the recipe.
Definition at line 144 of file gravity_wavelamp.c.
References 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 254 of file gravity_wavelamp.c.
Referenced by cpl_plugin_get_info().
|
static |
Execute the plugin instance given by the interface.
| plugin | the plugin |
Definition at line 189 of file gravity_wavelamp.c.
References gravity_wavelamp().
Referenced by cpl_plugin_get_info().
|
static |
Definition at line 69 of file gravity_wavelamp.c.
Referenced by cpl_plugin_get_info().
|
static |
Definition at line 68 of file gravity_wavelamp.c.
Referenced by cpl_plugin_get_info().