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

32 次查看(过去 30 天)
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.”

采纳的回答

MathWorks Support Team
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:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Earth and Planetary Science 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by