![]() |
Ginan
|
Functions | |
| void | ionosphereSsrUpdate (Trace &trace, KFState &kfState) |
| bool | configIonModel (Trace &trace) |
| double | ionModelCoef (Trace &trace, int ind, IonoObs &obs, bool slant) |
| void | filterIonosphere (Trace &trace, KFState &kfState, ReceiverMap &receiverMap, GTime time) |
| Updating the ionosphere model parameters The ionosphere model should be initialized by calling 'config_ionosph_model' Ionosphere measurments from stations should be loaded using 'update_station_measr'. | |
| double | getSSRIono (Trace &trace, GTime time, Vector3d &rRec, AzEl &azel, double &variance, SatSys &Sat) |
| bool | galCodeMatch (int keyNum, E_ObsCode code) |
| bool | queryBiasDCB (Trace &trace, KFState &kfState, SatSys Sat, string Rec, E_ObsCode code, double &bias, double &var) |
| Estimate biases from Ionosphere modelling DCBs. | |
| bool configIonModel | ( | Trace & | trace | ) |
| void filterIonosphere | ( | Trace & | trace, |
| KFState & | kfState, | ||
| ReceiverMap & | receiverMap, | ||
| GTime | time ) |
Updating the ionosphere model parameters The ionosphere model should be initialized by calling 'config_ionosph_model' Ionosphere measurments from stations should be loaded using 'update_station_measr'.
todo aaron, ew..
| trace | Trace to output to |
| kfState | Filter state |
| receiverMap | List of pointers to stations to use |
| time | Time of this epoch |
| bool galCodeMatch | ( | int | keyNum, |
| E_ObsCode | code ) |
| keyNum | key number for DCB state |
| code | signal code |
| double getSSRIono | ( | Trace & | trace, |
| GTime | time, | ||
| Vector3d & | rRec, | ||
| AzEl & | azel, | ||
| double & | variance, | ||
| SatSys & | Sat ) |
| trace | Debug trace |
| time | time of ionosphere correction |
| rRec | receiver position |
| azel | satellite azimut/elevation |
| variance | Ionosphere variance |
| Sat | Satellite |
| bool queryBiasDCB | ( | Trace & | trace, |
| KFState & | kfState, | ||
| SatSys | Sat, | ||
| string | Rec, | ||
| E_ObsCode | code, | ||
| double & | bias, | ||
| double & | var ) |
Estimate biases from Ionosphere modelling DCBs.
| trace | debug trace |
| kfState | Kalman filter to take biases from |
| Sat | GNSS Satellite |
| Rec | Receiver id |
| code | GNSS signal code |
| bias | Output bias value |
| var | Output bias variance |