|
GRAVI Pipeline Reference Manual 1.8.0
|
#include <cpl.h>#include <string.h>#include <stdio.h>#include <math.h>#include <time.h>#include "gravi_data.h"#include "gravi_dfs.h"#include "gravi_pfits.h"#include "gravi_cpl.h"#include "gravi_utils.h"#include "gravi_ellipse.h"Go to the source code of this file.
Functions | |
| static int | ellipse (const double x_in[], const double v[], double *result) |
| static int | dfda_ellipse (const double x_in[], const double v[], double result[]) |
| cpl_vector * | gravi_ellipse_phase_create (cpl_vector *vectCA, cpl_vector *vectDB, cpl_vector *envelope) |
| Compute the phase atan{X',Y'}, unwraped from first sample. | |
| cpl_vector * | gravi_ellipse_phase_create_fast (cpl_vector *vectCA, cpl_vector *vectDB) |
| cpl_vector * | gravi_ellipse_meanopd_create (cpl_table *spectrum_table, cpl_table *detector_table, cpl_table **oiwave_tables, cpl_vector *guess_vector, int base) |
| Compute the OPD modulation of a baseline from spectrum. | |