Wrap the MODIP (Modified Dip Latitude) data used by the NeQuick G ionospheric model. MODIP is a translated latitude that defines regions used by the NeQuick G ionosphere model that are based on a "pseudo-latitude" that is computed using the geodetic latitude and longitude, and a grid that maps from geodetic position to a modeled latitude. See Galileo Ionospheric Model, Figure 2.
#include <MODIP.hpp>
Public Member Functions | |
| double | interpolate (double z[4], double x) const |
| MODIP () | |
| double | stModip (const Position &pos) const |
| double gnsstk::MODIP::interpolate | ( | double | z[4], |
| double | x | ||
| ) | const |
Get the MODIP value at a lat and lon in degrees.
| [in] | pos | The observer geodetic position. |