32 #include "gravi_data.h" 38 gravi_data *
gravi_create_p2vm (gravi_data * wave_cal_data, gravi_data *wave_param);
41 enum gravi_detector_type det_type);
cpl_error_code gravi_p2vm_transmission(gravi_data *p2vm_map, gravi_data *p2vmreduced)
Compute the flux normalisation in the P2VM.
cpl_error_code gravi_compute_p2vm(gravi_data *, gravi_data *, int **, int **, enum gravi_detector_type det_type)
The given output FITS file contain a p2vm table with the values of the transmission, phase and coherence extract using the p2vm matrix.
cpl_error_code gravi_p2vm_phase_correction(gravi_data *p2vm_map, gravi_data *p2vmreduced, int full_phase)
Correct the phase of the P2VM from internal closure-phases.
cpl_table * gravi_create_p2vm_table(cpl_table *detector_table, int n_wave)
Create a new p2vm table.
cpl_error_code gravi_p2vm_normalisation(gravi_data *, int **, int **)
The given output FITS file contain a p2vm table with the values of the transmission, phase and coherence extract using the p2vm matrix so this function will normalise the p2vm map.
gravi_data * gravi_create_p2vm(gravi_data *wave_cal_data, gravi_data *wave_param)
Create a new P2VM map.