|
GRAVI Pipeline Reference Manual 1.9.0
|
#include <cpl.h>#include <string.h>#include <stdio.h>#include <math.h>#include <time.h>#include <complex.h>#include "gravi_data.h"#include "gravi_dfs.h"#include "gravi_pfits.h"#include "gravi_cpl.h"#include "gravi_utils.h"#include "gravi_p2vmred.h"#include "gravi_vis.h"Go to the source code of this file.
Functions | |
| cpl_table * | gravi_create_oitarget_table (const cpl_propertylist *header, const char *mode) |
| Create the OI_TARGET table from the main header. | |
| cpl_table * | gravi_create_oiarray_table (const cpl_table *array_geometry, int is_cal) |
| Create the OI_ARRAY table from the ARRAY_GEOMETRY. | |
| gravi_data * | gravi_compute_p2vmred (gravi_data *preproc_data, gravi_data *p2vm_map, const char *mode, const cpl_parameterlist *parlist) |
| Converts preprocessed data into coherent fluxes using the P2VM. | |
| cpl_error_code | gravi_compute_opdc_state (gravi_data *p2vmred_data) |
| Compute the real-time tracking state from OPDC. | |
| cpl_error_code | gravi_compute_tau0 (gravi_data *data) |
| Compute the QC TAU0 parameter. | |
| cpl_error_code | gravi_compute_qc_injection (gravi_data *data) |
| Compute the QC for the injection stability. | |
| cpl_error_code | gravi_compute_qc_ft_opd_estimator (gravi_data *p2vmred_data) |
| Compute the QC for the FT linearity. | |