Borrar filtros
Borrar filtros

How to find EOP Parameters ?

13 visualizaciones (últimos 30 días)
Eren Adiguzel
Eren Adiguzel el 15 de Jun. de 2023
Respondida: Prathamesh el 21 de Jul. de 2023
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 ?

Respuestas (1)

Prathamesh
Prathamesh el 21 de Jul. de 2023
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.
  1. Universal time (UT1)
  2. Movement of the rotation axis with respect to the crust of the Earth
  3. Adjustment to the location of the Celestial Intermediate Pole (CIP)
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.

Community Treasure Hunt

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

Start Hunting!

Translated by