2. Reference Systems
Cartesian coordinate systems are represented by three perpendicular axes that are defined with respect to an origin, and with directions defined for each axis [55]. Locations of planetary bodies and satellites can be determined in an Earth-centered Earth-Fixed coordinate system (ECEF) [33, 34]. ECEF is a Cartesian coordinate system with \(x\), \(y\), and \(z\) defined with respect to the Earth’s center of mass. The \(z\) axis is aligned with the Earth’s rotation axis, the \(x\) axis is aligned with the intersection of the prime meridian and the equator, and the \(y\) axis is aligned with 90° east longitude and the equator. The \(xy\) plane is also called the equatorial plane.
Geodetic coordinates (longitude \(\lambda\), latitude \(\varphi\), and height \(h\)) are used to describe the position of a point on the Earth with respect to a defined ellipsoid. Changing the terrestial reference system can involve both translations and rotations of the reference system [55]. This involves converting from a geographic coordinate system into a Cartesian coordinate system, and then performing matrix transformations [Equation 2.1].
The transformation from ellipsoidal coordinates of a point in space to Cartesian coordinates is calculated by:
where \(N\) is the radius of curvature in the prime vertical [Equation 2.3], \(e\) is the ellipsoidal eccentricity [Equation 2.4], \(a\) is the semi-major axis of the ellipsoid, and \(f\) is the ellipsoidal flattening [23, 55]. Ellipsoid definitions typically specify the semi-major axis (\(a\)) and flattening (\(f\)), and datum definitions additionally include the coordinate system origin [23, 55]. In general, objects move with respect to the coordinate system, and the coordinate system itself moves and rotates in space [55]. Coordinate system definitions, such as the International Terrestrial Reference Frame (ITRF), will often include a time component to account for these changes.
2.1. Celestial Reference Systems
Celestial reference systems are used to describe the positions of celestial bodies in the sky. Transforming between celestial (\(\mathbf{x}_{CRS}\)) and terrestrial (\(\mathbf{x}_{TRS}\)) reference systems involves a set of transformation matrices for frame bias (\(\mathbf{B}\)), precession (\(\mathbf{P}\)), nutation (\(\mathbf{N}\)), Earth’s rotation (\(\mathbf{T}\)), and polar motion (\(\mathbf{W}\)) [6, 7, 55].
In pyTMD
, these transformations are used to convert planetary Ephemerides from a celestial reference frame to a terrestrial reference frame.
2.2. Geoid Height
The height above mean sea level of a point on the Earth is defined with respect to an irregular surface known as the Geoid. The Geoid is the instantaneous shape of the Earth’s gravitational field, which would coincide with global mean sea level if the oceans were at rest. It is an equipotential surface, or a surface of constant potential energy [23]. The distance between the geoid and the reference ellipsoid is called the geoid height (\(N\)) [23].
Figure 2.1: Relationship between ellipsoid height, geoid height, and topographic height [62]