![]() |
Ginan
|
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_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 | obs2lcs (Trace &trace, ObsList &obsList) |
| Function to prepare some predefined linear combinations from a list of observations. | |
| 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.
| L_A | Phase measurement A (in meters) |
| L_B | Phase measurement B (in meters) |
| P_A | Code measurement A (in meters) |
| P_B | 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 |
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 |