Predict Local Circumstances of Transits of Mercury & Venus

Predicting local circumstances (topocentric azimuth and elevation) of solar transits of the planets Mercury and Venus.
489 download
Aggiornato 23 dic 2024

Visualizza la licenza

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.

Cita come

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. Recuperato .

Compatibilità della release di MATLAB
Creato con R2024b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Gravitation, Cosmology & Astrophysics in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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