Predict Local Circumstances of Transits of Mercury & Venus

版本 1.3.0.0 (108.8 MB) 作者: David Eagle
Predicting local circumstances (topocentric azimuth and elevation) of solar transits of the planets Mercury and Venus.
491.0 次下载
更新时间 2024/12/23

查看许可证

This submission is a MATLAB script named transit which can be used to predict the local circumstances of transits of Mercury and Venus across the Sun. This software provides the universal times and topocentric coordinates of the Sun at the beginning (ingress - exterior contact) and end (egress - exterior contact) of the solar transit, and the time and coordinates at least distance. The source ephemeris for this routine is a JPL 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 transit 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.
This script uses a combination of one-dimensional minimization and root-finding to solve this problem. The objective function used in these calculations is the topocentric separation angle between the center of the Sun and the planet in transit.

引用格式

David Eagle (2025). Predict Local Circumstances of Transits of Mercury & Venus (https://www.mathworks.com/matlabcentral/fileexchange/39355-predict-local-circumstances-of-transits-of-mercury-venus), 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 PDF documentation

1.2.0.0

Updated to use JPL DE421.bsp ephemeris (included in zip file) and MICE routines.

1.1.0.0

Added MICE version in the transit_mice.zip archive.

1.0.0.0