Ginan
Loading...
Searching...
No Matches
linearCombo.hpp File Reference

Data Structures

struct  S_LC
 
struct  lc_t
 

Functions

S_LC getLC (double L_A, double L_B, double P_A, double P_B, double lamA, double lamB, double *c1_out, double *c2_out)
 Create combinations between specific observation values.
 
S_LCgetLC (lc_t &lcBase, E_FType fA, E_FType fB)
 Get combinations from pre-computed values, or return an empty value.
 
S_LCgetLC (GObs &obs, lc_t &lcBase, E_FType fA, E_FType fB)
 Get/calculate linear combination values for an observation.
 
void obs2lcs (Trace &trace, ObsList &obsList)
 Function to prepare some predefined linear combinations from a list of observations.
 

Function Documentation

◆ getLC() [1/3]

S_LC getLC ( double L_A,
double L_B,
double P_A,
double P_B,
double lamA,
double lamB,
double * c1_out,
double * c2_out )

Create combinations between specific observation values.

Parameters
L_APhase measurement A (in meters)
L_BPhase measurement B (in meters)
P_ACode measurement A (in meters)
P_BCode measurement B (in meters)
lamAWavelength A
lamBWavelength B
c1_outIonosphere free coefficient 1
c2_outIonosphere free coefficient 2
Here is the caller graph for this function:

◆ getLC() [2/3]

S_LC & getLC ( GObs & obs,
lc_t & lcBase,
E_FType fA,
E_FType fB )

Get/calculate linear combination values for an observation.

Parameters
obsObservation to compute values form
lcBaseLinear combination base object
fAFrequency type A
fBFrequency type B
Here is the call graph for this function:

◆ getLC() [3/3]

S_LC & getLC ( lc_t & lcBase,
E_FType fA,
E_FType fB )

Get combinations from pre-computed values, or return an empty value.

Parameters
lcBaseLinear combination base object
fAFrequency type A
fBFrequency type B

◆ obs2lcs()

void obs2lcs ( Trace & trace,
ObsList & obsList )

Function to prepare some predefined linear combinations from a list of observations.

Parameters
traceTrace to output to
obsListList of bservation to prepare combinations for
Here is the call graph for this function:
Here is the caller graph for this function: