|
GRAVI Pipeline Reference Manual 1.9.3
|
#include <cpl.h>#include <stdio.h>#include <string.h>#include <math.h>#include <time.h>#include "gravi_utils.h"#include "gravi_pfits.h"#include "gravi_data.h"#include "gravi_dfs.h"#include "gravi_calib.h"#include "gravi_p2vmred.h"#include "gravi_vis.h"#include "gravi_tf.h"#include "gravi_idp.h"Go to the source code of this file.
Functions | |
| static int | gravity_viscal_create (cpl_plugin *plugin) |
| Setup the recipe options | |
| static int | gravity_viscal_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | gravity_viscal_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static int | gravity_viscal (cpl_frameset *frameset, const cpl_parameterlist *parlist) |
| Compute the visibilities, and cloture phase and create the io fits file. | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
Variables | |
| static char | gravity_viscal_short [] = "Calibrate visibilities from the transfer function." |
| static char | gravity_viscal_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 100 of file gravity_viscal.c.
References gravi_get_license(), gravity_viscal_create(), gravity_viscal_description, gravity_viscal_destroy(), gravity_viscal_exec(), and gravity_viscal_short.
|
static |
Compute the visibilities, and cloture phase and create the io fits file.
| frameset | the frames list |
| parlist | the parameters list |
Definition at line 354 of file gravity_viscal.c.
References cpl_msg_info(), CPLCHECK_GOTO, FREE, FREELOOP, gravi_calibrate_vis(), gravi_compute_tf(), gravi_compute_zp(), gravi_data_delete(), gravi_data_duplicate(), gravi_data_frame_get_mode(), gravi_data_get_extra_primary_header(), gravi_data_get_header, gravi_data_get_spec_res, gravi_data_load_frame(), gravi_data_save_new(), gravi_dfs_set_groups(), gravi_frameset_extract_diamcat_map(), gravi_frameset_extract_tf_calib(), gravi_frameset_extract_vis_calib(), gravi_frameset_extract_vis_science(), gravi_idp_compute(), gravi_msg_function_exit, gravi_msg_function_start, gravi_param_get_bool(), gravi_param_get_int(), GRAVI_TF_CALIB, GRAVI_TF_SCIENCE, GRAVI_VIS_CALIBRATED, gravi_vis_smooth(), GRAVI_VISPHI_DUAL_CALIB, GRAVI_VISPHI_SINGLE_CALIB, GRAVI_VISPHI_TF_CALIB, GRAVI_VISPHI_TF_DUAL_CALIB, GRAVI_VISPHI_TF_SINGLE_CALIB, GRAVI_ZP_CAL, and gravity_print_banner().
Referenced by gravity_viscal_exec().
|
static |
Setup the recipe options
| plugin | the plugin |
Defining the command-line/configuration parameters for the recipe.
Definition at line 141 of file gravity_viscal.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 321 of file gravity_viscal.c.
Referenced by cpl_plugin_get_info().
|
static |
Execute the plugin instance given by the interface.
| plugin | the plugin |
Definition at line 256 of file gravity_viscal.c.
References gravity_viscal().
Referenced by cpl_plugin_get_info().
|
static |
Definition at line 68 of file gravity_viscal.c.
Referenced by cpl_plugin_get_info().
|
static |
Definition at line 67 of file gravity_viscal.c.
Referenced by cpl_plugin_get_info().