|
GRAVI Pipeline Reference Manual 1.8.0
|
#include <cpl.h>Go to the source code of this file.
Functions | |
| gravi_data * | gravi_compute_tf (gravi_data *, gravi_data *) |
| This function evaluates the transfer function from the observation of a reference star whose diameter can be determined. | |
| gravi_data * | gravi_calibrate_vis (gravi_data *, gravi_data **, int, gravi_data *, gravi_data *, const cpl_parameterlist *) |
| Computes the calibrated visibility from science a single data and several previously evaluated instrumental visibility. | |
| gravi_data * | gravi_compute_zp (gravi_data **, int) |
| Compute the ZP data. | |
| cpl_error_code | gravi_compute_tf_qc (gravi_data *oi_vis, gravi_data *diamcat_data) |
| Fill QC parameters related to transfer function. | |
| cpl_error_code | gravi_apply_tf_amp (gravi_data *science, gravi_data *science_tf, gravi_data **used_tf_data, int num_tf_data, const char *extName, const char *insName, const char *ampName, const char *ampErrName, int nbase, double delta_t) |
| Interpolate the TF at the time of the science observation for an amplitude quantity. | |
| cpl_error_code | gravi_apply_tf_phi (gravi_data *science, gravi_data *science_tf, gravi_data **used_tf_data, int num_tf_data, const char *extName, const char *insName, const char *phiName, const char *phiErrName, int nbase, double delta_t) |
| Interpolate the TF at the time of the science observation for a phase quantity (in deg). | |