GRAVI Pipeline Reference Manual 1.9.4
Loading...
Searching...
No Matches
Functions
gravi_demodulate.h File Reference
#include <cpl.h>
#include "gravi_data.h"

Go to the source code of this file.

Functions

cpl_error_code gravi_metrology_demodulate (gravi_data *met_data, cpl_boolean zero_subtracted)
 Demodulate the metrology.
 

Function Documentation

◆ gravi_metrology_demodulate()

cpl_error_code gravi_metrology_demodulate ( gravi_data met_data,
cpl_boolean  zero_subtracted 
)

Demodulate the metrology.

Parameters
[in,out]met_datainput table of metrology data
[in]zero_subtractedflag indicating metrology has been zero-subtracted using DARK
Returns
CPL_ERROR_NONE for successful demodulation.

Definition at line 160 of file gravi_demodulate.c.

References cpl_msg_debug(), cpl_msg_info(), CPLCHECK_INT, diode_column_index(), diode_zeros, fit_model_modulation(), FREE, FT, gravi_data_get_header, gravi_data_get_table(), GRAVI_METROLOGY_EXT, gravi_msg_function_exit, gravi_msg_function_start, MAX_SECONDS_PER_CHUNK, ndiode, nside, ntel, SC, and STEPS_PER_SECOND.

Referenced by gravity_vis().