|
GRAVI Pipeline Reference Manual 1.9.4
|
#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"Go to the source code of this file.
Functions | |
| static int | gravity_biasmask_create (cpl_plugin *plugin) |
| Setup the recipe options | |
| static int | gravity_biasmask_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | gravity_biasmask_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
| static int | gravity_biasmask (cpl_frameset *frameset, const cpl_parameterlist *parlist) |
| Compute the DARK, BAD, FLAT, WAVE, P2VM from a list of calibration set. | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
Variables | |
| static char | gravity_biasmask_short [] = GRAVI_UNOFFERED"Determine which pixels can be used to measure the bias of SC detector." |
| static char | gravity_biasmask_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 84 of file gravity_biasmask.c.
References gravi_get_license(), gravity_biasmask_create(), gravity_biasmask_description, gravity_biasmask_destroy(), gravity_biasmask_exec(), and gravity_biasmask_short.
|
static |
Compute the DARK, BAD, FLAT, WAVE, P2VM from a list of calibration set.
| frameset | the frames list |
| parlist | the parameters list |
Definition at line 267 of file gravity_biasmask.c.
References cpl_msg_info(), CPLCHECK_CLEAN, CPLCHECK_INT, FREE, FREELOOP, GRAVI_BIASMASK_MAP, gravi_compute_biasmask(), gravi_compute_dark(), gravi_data_delete(), gravi_data_detector_cleanup(), gravi_data_load_rawframe(), gravi_data_save_new(), gravi_dfs_set_groups(), gravi_frameset_extract_dark_data(), gravi_frameset_extract_flat_data(), gravi_msg_function_exit, gravi_msg_function_start, and gravity_print_banner().
Referenced by gravity_biasmask_exec().
|
static |
Setup the recipe options
| plugin | the plugin |
Defining the command-line/configuration parameters for the recipe.
Definition at line 125 of file gravity_biasmask.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 235 of file gravity_biasmask.c.
Referenced by cpl_plugin_get_info().
|
static |
Execute the plugin instance given by the interface.
| plugin | the plugin |
Definition at line 173 of file gravity_biasmask.c.
References gravity_biasmask().
Referenced by cpl_plugin_get_info().
|
static |
Definition at line 57 of file gravity_biasmask.c.
Referenced by cpl_plugin_get_info().
|
static |
Definition at line 56 of file gravity_biasmask.c.
Referenced by cpl_plugin_get_info().