GRAVI Pipeline Reference Manual 1.8.0
Loading...
Searching...
No Matches
Functions
gravi_idp.c File Reference
#include <math.h>
#include "gravi_idp.h"
#include "gravi_pfits.h"
#include "gravi_dfs.h"
#include "gravi_cpl.h"
#include "gravi_vis.h"

Go to the source code of this file.

Functions

cpl_propertylist * gravi_idp_compute (gravi_data *vis_data, cpl_propertylist *header, cpl_frameset *frameset)
 Create IDP keywords to satisfy standard.
 

Function Documentation

◆ gravi_idp_compute()

cpl_propertylist * gravi_idp_compute ( gravi_data vis_data,
cpl_propertylist *  header,
cpl_frameset *  frameset 
)

Create IDP keywords to satisfy standard.

Parameters
oi_vis2_SC_allpolMerged (all pol) squared science visibilities
oi_T3_SC_allpolMerged (all pol) science T3
oi_wave_SC_allpolMerged (all pol) science wavelengths
headerThe input header
Returns
A new cpl_parameterlist with the keywords

Definition at line 45 of file gravi_idp.c.

References cpl_propertylist_update_double(), gravi_data_get_minmax_uvcoord(), gravi_data_get_oi_t3, gravi_data_get_oi_vis2, gravi_data_get_oi_wave, gravi_data_has_extension(), gravi_frameset_extract_science_data(), GRAVI_OI_VIS2_EXT, gravi_pfits_get_mjd(), gravi_pfits_get_pola_num(), gravi_pfits_get_resolution(), GRAVI_SC, gravi_table_get_column_flagged_mean(), and header.

Referenced by gravi_compute_vis_qc(), and gravity_viscal().