between the Celestial and Terrestrial Reference Frame and its implementation in Matlab
Matthias Weigelt ∗ Nico Sneeuw
∗University of Calgary, Department of Geomatics Engineering, [email protected]
Outline
• Theory of the transformation - celestial intermediate pole
- celestial/terrestrial ephemeris origin, earth rotation angle
• Implementation in Matlab
• Conclusions
Outline Theory Implementation Conclusions
Theory of the transformation
Motivation:
• VLBI outmatches the accuracy of the old precession- nutation model (1 mas).
⇒ Need for more precise definitions of time-space transformations
• IERS uses the new model since January 1st, 2003 Basic formula:
xCRS = Q(t)R(t)W(t)xTRS Q(t) precession-nutation R(t) earth rotation
W(t) polar motion
Outline Theory (1/3) Implementation Conclusions
Usage of the Celestial Intermediate Pole (
CIP)
(source: IERS Technical Notes No.29)
• its motion in the CRS is specified by the motion of the Tisserand mean axis of the Earth with periods greater than two days,
• precession-nutation model:
- IAU2000A: 0.2 mas - IAU2000B: 1 mas
• its motion in the TRS is provided by observations and by a model including high frequency variations,
• separates the celestial (precession- nutation) from the terrestrial (polar motion) components.
Outline Theory (2/3) Implementation Conclusions
Usage of the Celestial/Terrestrial Ephemeris Origin (
CEO/
TEO) and the Earth Rotation Angle (
ERA)
• separates precession-nutation from the Earth rotation
• independent from the theory of Earth’s orbital motion around the Sun and the precession-nutation model
(source: IERS Technical Notes No.29)
• ERA is the angle between the TEO and the CEO along the equator reckoned from the TEO
• ERA is linearly related to UT1 and is used instead of the Greenwich Sidereal Time
Outline Theory (3/3) Implementation Conclusions
Implementation
Why using Matlab?
• ubiquity in the scientific research area
• ease of use
Possible ways of implementation:
1. Use the classical procedures and apply corrections for precession and nutation.
2. Use the new approach (CIP,CEO,TEO,ERA)
Outline Theory Implementation (1/4) Conclusions
Preparation
1. Import EOP-data from file finals2000A.data (provided by IERS)
2. Time:
• TT as input time
• derivation of MJD
• derivation of UT1 → ERA
• derivation of GMST → arguments
3. Arguments:
• luni-solar nutation
• planetary nutation
Outline Theory Implementation (2/4) Conclusions
Polar Motion and
ERA• Motion of the CIP in the ITRS: xp
yp
=
xIERS yIERS
+
xtidal ytidal
+
xnutation ynutation
s0 = −47µas · t
• Transformation from the ITRS to the intermediate system:
W(t) = R3(−s0) · R2(xp) · R1(yp)
• Transformation due to the Earth rotation using ERA θ:
R(t) = R3(−θ)
Outline Theory Implementation (3/4) Conclusions
Motion of the
CIPin the
CRS• Series development for X,Y and s - IAU2000A: 1365 values
- IAU2000B: 81 values
• Transformation from the intermediate system to the CRS:
Q(t) =
1 − aX2 −aXY X
−aXY 1 − aY 2 Y
−X −Y 1 − a(X2 + Y 2)
· R3(s)
where:
a = 1
1 + Z ≈ 1
2 + 1
8 X2 + Y 2
• Possibility of including observed corrections as provided by the IERS
Outline Theory Implementation (4/4) Conclusions
Conclusions
• Need for more precise definitions of time-space transformations
• Usage of
CIP,
CEO,
TEO,
ERA• Two possible ways of calculation
• Step by step implementation in Matlab
• Accuracy:
-
IAU2000
A: 0.2 mas -
IAU2000
B: 1 mas
Outline Theory Implementation Conclusions
Questions ?
Outline Theory Implementation Conclusions