- Universal time (UT1)
- Movement of the rotation axis with respect to the crust of the Earth
- Adjustment to the location of the Celestial Intermediate Pole (CIP)
How to find EOP Parameters ?
7 ビュー (過去 30 日間)
古いコメントを表示
I know GPS Position and UTC Time but I Wondering "How to find EOP Parameters ?" with using these datas.Also, I want to see these values. I tried little bit but I can't fixed. Can you help me ?
0 件のコメント
回答 (1 件)
Prathamesh
2023 年 7 月 21 日
Hi,
I understand that you want to get the parameters of the EOP block.
The parameters of the “EOP” are calculated based on the information according to the International Earth Rotation Service (IERS). The following are the components of EOP.
You can create data file with the help of “aeroReadIERSData” function.
file=aeroReadIERSData(foldername);
It will take ‘https://maia.usno.navy.mil/ser7/finals2000A.data’ as the default website for using the data. You can give data from other websites or from customised folder as well.
Please refer to the documentation for more information on reading IERS data.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Coordinate Systems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!