Predicting Rise and Set of the Sun, Moon and Planets

版本 1.3.0.0 (108.8 MB) 作者: David Eagle
Predict the times of rise and set of celestial bodies. Compute and display topocentric coordinates (azimuth and elevation) of these events.
659.0 次下载
更新时间 2024/12/25

查看许可证

This submission is a MATLAB script named rise_set that can be used to determine the topocentric rise and set conditions of the Sun, Moon and planets. This software uses a combination of one-dimensional minimization and root-finding to predict visibility of celestial bodies. The rise_set MATLAB script will also display the calendar date, time and topocentric conditions at maximum elevation along with the total duration of the rise-set event. The source ephemeris for this routine is a JPL DE430 binary ephemeris file.
This application uses several functions ported to MATLAB from the Fortran version of the NOVAS (Naval Observatory Vector Astrometry Subroutines) source code developed at the United States Naval Observatory. Information about the NOVAS software suite can be found at https://aa.usno.navy.mil/software/novas_info.
The rise_set MATLAB script also uses routines from the MICE software suite to read and evaluate the DE430 ephemeris data. Ephemeris files, platform dependent versions of the MICE mex file and other useful MATLAB functions are available at naif.jpl.nasa.gov/naif/toolkit_MATLAB.html. MICE is a MATLAB implementation of the SPICE library created by JPL.

引用格式

David Eagle (2024). Predicting Rise and Set of the Sun, Moon and Planets (https://www.mathworks.com/matlabcentral/fileexchange/39326-predicting-rise-and-set-of-the-sun-moon-and-planets), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2024b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Gravitation, Cosmology & Astrophysics 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3.0.0

Updated several MATLAB functions and the PDF documentation.

1.2.0.0

Updated to use DE421.bsp ephemeris (included in the zip file). Updated data files and MICE/NOVAS routines.

1.1.0.0

A MICE version of this script can be found in the riseset_mice.zip archive.

1.0.0.0