get_iers_bulletin_b
The function get_iers_bulletin_b.m retrieves the Earth polar motion data of specifi date from the International Earth Rotation and Reference System Service (IERS) website https://www.iers.org/IERS/EN/Publications/Bulletins/bulletins.html.
The IERS polar motion data are extracted from the IERS Bulletin B.
function selected_data = get_iers_bulletin_b(date2request)
-input
date2request : the date for which you would like to retrieve the IERS polar motion coordinates and delta UT1 (example date2request = [2020 5 14])
-output
selected_data: structure containing all the IERS EOP data retrieved from the IERS bulletin b
Citar como
Iskander Benhadj (2024). get_iers_bulletin_b (https://www.mathworks.com/matlabcentral/fileexchange/80986-get_iers_bulletin_b), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0 |