How to work with TEME reference frame using Aerospace Toolbox functions?

32 views (last 30 days)
I am looking for a feature, setting or command in MATLAB that allows converting coordinate systems given an input or desired output in the TEME (True Equator, Mean Equinox) reference frame rather than in ICRF (International Celestial Reference Frame) or ITRF (International Terrestrial Reference Frame), based on the knowledge of the MATLAB functions “ecef2eci” and “eci2ecef.”

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 15 Jun 2023
Although there is currently no MATLAB function that directly transforms between TEME and ICRF, the Aerospace Toolbox functions “siderealTime” and “deltaUT1” can be used to perform the desired transformations. These functions are based on the equation to transform from TEME to PEF (Pseudo Earth Fixed) reference frame. Since polar motion accounts for the difference between PEF and ITRF, by neglecting polar motion in the “ecef2eci” function, you can perform the transformation from PEF reference frame to ICRF.
Please refer to the following documentation pages for more details. 
For the “siderealTime” function:
For the “deltaUT1” function:

More Answers (0)

Categories

Find more on Earth and Planetary Science in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!