Ginan
|
Functions | |
S_LC | getLC (double L_A_m, double L_B_m, double P_A_m, double P_B_m, double lamA, double lamB, double *c1_out, double *c2_out) |
Create combinations between specific observation values. | |
S_LC & | getLC (lc_t &lcBase, E_FType fA, E_FType fB) |
Get combinations from pre-computed values, or return an empty value. | |
S_LC & | getLC (GObs &obs, lc_t &lcBase, E_FType fA, E_FType fB) |
Get/calculate linear combination values for an observation. | |
void | lcPrepareBase (GObs &obs, lc_t &lcBase) |
Prepare a base object for linear combinations using observation data. | |
void | obs2lc (Trace &trace, GObs &obs, lc_t &lcBase) |
Function to prepare some predefined linear combinations from an observation. | |
void | obs2lcs (Trace &trace, ObsList &obsList) |
Function to prepare some predefined linear combinations from a list of observations. | |
S_LC getLC | ( | double | L_A_m, |
double | L_B_m, | ||
double | P_A_m, | ||
double | P_B_m, | ||
double | lamA, | ||
double | lamB, | ||
double * | c1_out, | ||
double * | c2_out ) |
Create combinations between specific observation values.
L_A_m | Phase measurement A (in meters) |
L_B_m | Phase measurement B (in meters) |
P_A_m | Code measurement A (in meters) |
P_B_m | Code measurement B (in meters) |
lamA | Wavelength A |
lamB | Wavelength B |
c1_out | Ionosphere free coefficient 1 |
c2_out | Ionosphere free coefficient 2 |
Get/calculate linear combination values for an observation.
obs | Observation to compute values form |
lcBase | Linear combination base object |
fA | Frequency type A |
fB | Frequency type B |
Get combinations from pre-computed values, or return an empty value.
lcBase | Linear combination base object |
fA | Frequency type A |
fB | Frequency type B |
Prepare a base object for linear combinations using observation data.
obs | Observation data to use |
lcBase | Linear combination base object to prepare |
Function to prepare some predefined linear combinations from an observation.
trace | Trace to output to |
obs | Observation to prepare combinations for |
lcBase | Linear combination base object to use |
Function to prepare some predefined linear combinations from a list of observations.
trace | Trace to output to |
obsList | List of bservation to prepare combinations for |