![]() |
Ginan
|
Data Structures | |
| struct | LocalBasis |
Functions | |
| double | IrregGridCoef (int Index, double recLatDeg, double recLonDeg) |
| int | configIonModelLocal_ (Trace &trace) |
| bool | ippCheckLocal (GTime time, VectorPos &ionPP) |
| Checks if the Ionosphere Piercing Point falls in area of coverage. | |
| double | ionCoefPolynomial (Trace &trace, SSRAtmRegion &atmReg, double latDeg, double lonDeg, int ind) |
| double | ionCoefLocal (Trace &trace, int ind, IonoObs &obs) |
| calcuates the partials of observations with respect to basis functions | |
| void | ionOutputLocal (Trace &trace, KFState &kfState) |
| bool | getCmpSSRIono (Trace &trace, GTime time, SSRAtm &ssrAtm, Vector3d &rRec, double &iono, double &var, SatSys Sat) |
| bool getCmpSSRIono | ( | Trace & | trace, |
| GTime | time, | ||
| SSRAtm & | ssrAtm, | ||
| Vector3d & | rRec, | ||
| double & | iono, | ||
| double & | var, | ||
| SatSys | Sat ) |
| trace | Debug trace |
| time | GPS time |
| ssrAtm | SSR Atmospheric corrections |
| rRec | receiver position |
| iono | ionoapheric delay (in TECu) |
| var | ionoapheric delay (in TECu^2) |
| Sat | Satellite |
calcuates the partials of observations with respect to basis functions
| ind | Basis function number |
| obs | Metadata containing piercing points |
| double ionCoefPolynomial | ( | Trace & | trace, |
| SSRAtmRegion & | atmReg, | ||
| double | latDeg, | ||
| double | lonDeg, | ||
| int | ind ) |
Checks if the Ionosphere Piercing Point falls in area of coverage.
Return true if there is a region containing the IPP, false if out of coverage
| time | time of observations (not used) |
| ionPP | Ionospheric piercing point to be updated |
| double IrregGridCoef | ( | int | Index, |
| double | recLatDeg, | ||
| double | recLonDeg ) |