GRAVI Pipeline Reference Manual 1.7.2
Loading...
Searching...
No Matches
Functions
gravi_idp.h File Reference
#include <cpl.h>
#include "gravi_data.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 47 of file gravi_idp.c.

References cpl_propertylist_update_double(), gravi_conf_get_telname(), gravi_data_get_minmax_uvcoord(), gravi_data_get_oi_t3, gravi_data_get_oi_vis, gravi_data_get_oi_vis2, gravi_data_get_oi_wave, gravi_data_get_table(), gravi_data_has_extension(), GRAVI_DUAL_SCIENCE_RAW, gravi_frameset_extract_fringe_data(), GRAVI_NBASE, GRAVI_OI_ARRAY_EXT, GRAVI_OI_VIS2_EXT, gravi_pfits_get_mjd(), gravi_pfits_get_pola_num(), gravi_pfits_get_resolution(), GRAVI_SC, GRAVI_SINGLE_SCIENCE_RAW, gravi_table_get_column_flagged_max(), gravi_table_get_column_flagged_mean(), and header.

Referenced by gravi_compute_vis_qc(), and gravity_viscal().