|
GRAVI Pipeline Reference Manual 1.10.1
|
#include <cpl.h>Go to the source code of this file.
Macros | |
| #define | USE_LINEAR_ELLIPSE 1 |
Functions | |
| cpl_vector * | gravi_ellipse_phase_create (cpl_vector *vectCA, cpl_vector *vectDB, cpl_vector *envelope_vector) |
| 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. | |
| #define USE_LINEAR_ELLIPSE 1 |
Definition at line 35 of file gravi_ellipse.h.
Referenced by gravi_ellipse_phase_create(), and gravi_opds_calibration().