![]() |
Ginan
|
Data Structures | |
| struct | BspBasis |
Functions | |
| int | configIonModelBsplin (Trace &trace) |
| Initializes grid map model The following configursation parameters are used. | |
| bool | ippCheckBsplin (GTime time, VectorPos &Ion_pp) |
| checks if the Ionosphere Piercing Point falls in area of coverage time: I time of observations (not used) IPP: I Ionospheric piercing point to be updated | |
| double | ionCoefBsplin (Trace &trace, int ind, IonoObs &obs, bool slant) |
| Evaluates B-splines basis functions int ind I Basis function number meas I Ionosphere measurement struct latIPP - Latitude of Ionosphere Piercing Point lonIPP - Longitude of Ionosphere Piercing Point angIPP - Angular gain for Ionosphere Piercing Point bool slant I state to delay gain; false: state to VTEC gain. | |
| double | ionVtecBsplin (Trace &trace, GTime time, VectorPos &ionPP, int layer, double &var, KFState &kfState) |
| Estimate Ionosphere VTEC using Ionospheric gridmaps Ion_pp I Ionosphere Piercing Point layer I Layer number vari O variance of VTEC returns: VETC at piercing point. | |
Initializes grid map model The following configursation parameters are used.
Evaluates B-splines basis functions int ind I Basis function number meas I Ionosphere measurement struct latIPP - Latitude of Ionosphere Piercing Point lonIPP - Longitude of Ionosphere Piercing Point angIPP - Angular gain for Ionosphere Piercing Point bool slant I state to delay gain; false: state to VTEC gain.
| double ionVtecBsplin | ( | Trace & | trace, |
| GTime | time, | ||
| VectorPos & | ionPP, | ||
| int | layer, | ||
| double & | var, | ||
| KFState & | kfState ) |
Estimate Ionosphere VTEC using Ionospheric gridmaps Ion_pp I Ionosphere Piercing Point layer I Layer number vari O variance of VTEC returns: VETC at piercing point.
checks if the Ionosphere Piercing Point falls in area of coverage time: I time of observations (not used) IPP: I Ionospheric piercing point to be updated