#include <PoleTides.hpp>
The model used is the one proposed by the "International Earth Rotation and Reference Systems Service" (IERS) in its upcomming "IERS Conventions" document (Chapter 7), available at:
http://tai.bipm.org/iers/convupdt/convupdt.html
The pole movement parameters x, y for a given epoch may be found at:
ftp://hpiers.obspm.fr/iers/eop/eop.others
Maximum displacements because of this effect are:
Definition at line 78 of file PoleTides.hpp.
Public Member Functions | |
| PoleTides () | |
| Default constructor. Sets zero pole displacement. | |
| PoleTides (const double &x, const double &y) | |
| Common constructor. | |
| Triple | getPoleTide (const CommonTime &t, const Position &p) throw (InvalidRequest) |
| Returns the effect of pole tides (meters) at the given position and epoch, in the Up-East-North (UEN) reference frame. | |
| Triple | getPoleTide (const CommonTime &t, const Position &p, const double &x, const double &y) throw (InvalidRequest) |
| Returns the effect of pole tides (meters) on the given position, in the Up-East-North (UEN) reference frame. | |
| PoleTides & | setXY (const double &x, const double &y) |
| Method to set the pole displacement parameters. | |
| double | getX (void) const |
| Method to get the x pole displacement parameter, in arcseconds. | |
| double | getY (void) const |
| Method to get the y pole displacement parameter, in arcseconds. | |
| virtual | ~PoleTides () |
| Destructor. | |
|
|
Default constructor. Sets zero pole displacement.
Definition at line 83 of file PoleTides.hpp. |
|
||||||||||||
|
Common constructor.
Definition at line 91 of file PoleTides.hpp. |
|
|
Destructor.
Definition at line 162 of file PoleTides.hpp. |
|
||||||||||||||||||||
|
Returns the effect of pole tides (meters) on the given position, in the Up-East-North (UEN) reference frame.
Definition at line 132 of file PoleTides.hpp. |
|
||||||||||||
|
Returns the effect of pole tides (meters) at the given position and epoch, in the Up-East-North (UEN) reference frame.
Definition at line 56 of file PoleTides.cpp. References GPSTK_THROW. |
|
|
Method to get the x pole displacement parameter, in arcseconds.
Definition at line 152 of file PoleTides.hpp. |
|
|
Method to get the y pole displacement parameter, in arcseconds.
Definition at line 157 of file PoleTides.hpp. |
|
||||||||||||
|
Method to set the pole displacement parameters.
Definition at line 126 of file PoleTides.cpp. |
1.3.9.1