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
MathWorks Support Team 2023년 6월 15일
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