This repository provides materials, datasets, and instructions for Analyzing Kepler's Data on Mars.
This module focuses on analyzing Mars's orbital data using trigonometric and regression techniques, including:
- Exploring Mars opposition data to identify orbital parameters.
- Computing orbital projections using triangulation data.
- Applying regression and nonlinear optimization.
- File:
mars_opposition_data.csv
- Description: Contains Mars's heliocentric longitude, geocentric latitude, and Keplerian approximations during its opposition with the Sun.
- Key Details:
- Longitude Formula:
s * 30 + Degree + Minute/60 + Second/3600
(degrees) - Includes columns for date and Mars's mean longitude (Kepler's equant approximation).
- Longitude Formula:
- File:
triangulation_data.csv
- Description: Provides longitudinal Earth-Mars observational data for triangulation analysis.
- Key Details:
- Heliocentric longitude of Earth and geocentric longitude of Mars.
- Includes observation indices and corresponding dates.
- Derive Mars's projected position and identify the best-fit parameters using a custom loss function.
- Use paired observations to triangulate Mars's ecliptic projections and determine its best-fit circular orbit around the Sun.
- Apply iterative regression to determine Mars's orbital plane inclination using heliocentric latitudes.
- Compute Mars's 3D positions, fit a circle and ellipse on the orbital plane, and visualize the orbital elements.