class EarthOrientation encapsulates the Earth orientation parameters or EOPs. Also, this class includes several static functions that implement the models in the IERS Conventions, many of which involve the EOPs. Cf. classes EOPStore and SolarSystem.
Definition in file EarthOrientation.cpp.
#include <fstream>
#include "MiscMath.hpp"
#include "logstream.hpp"
#include "EarthOrientation.hpp"
#include "IERS2010CIOSeriesData.hpp"
#include "IERS1996UT1mUTCData.hpp"
#include "IERS1996NutationData.hpp"
#include "IERS2003NutationData.hpp"
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Functions | |
static void | gnsstk::computeFundamentalArgs (double T, double args[6]) |
static void | gnsstk::correctEarthRotationLibrations (const double args[6], double &dUT, double &dld) |
static void | gnsstk::correctEarthRotationZonalTides (const double args[6], double &dUT, double &dld, double &dom) |
static void | gnsstk::correctEarthRotationZonalTides2003 (const double args[6], double &dUT, double &dld, double &dom) |
static void | gnsstk::correctEOPOceanTides (double mjd, double &dxp, double &dyp, double &dUT) |
ostream & | gnsstk::operator<< (ostream &os, const EarthOrientation &eo) |