Embry Riddle Aeronautical University
Python Implementation of Batch Least-Squares Filter for Satellite Orbit Determination
Abstract
dc:description.abstract<p>Accurate orbit determination techniques are fundamental to the maintenance and execution of any ongoing space-based mission. This project serves as a guide and demonstration of a batch sequential least-squares filter for Earth-orbiting satellites using exclusively open-source technologies. The target audience for this project was an academic institution aiming to keep track of an irregularly documented satellite. The observation function mimics a telescope, accepting right ascension and declination as measured values.</p> <p>State propagation was handled using the Poliastro library. This package boasts FORTRANlevel speed by utilizing the DOPRI8 integrator, explicitly calling FORTRAN code. Matrix inversion was solved using the SciPy banded solver function, a wrapper for the LAPACKdgbsv function, also written in FORTRAN. Frame conversions between ITRS (ECEF), GCRS (ECI), and ICRS (J2000) were handled using Astropy.</p> <p>A suite of tests with a range of noise were run to verify appropriate convergence of algorithm. In each case, the algorithm converged as expected with reasonable variances that changed in an anticipated fashion. These tests demonstrated that it is possible to achieve sub km accuracy for LEO satellites with 10 observations given 1 arcminute uncertainty and noise.</p> <p>Despite the interface requiring manual, the backend has been optimized to save memory supporting large batches of observations. As a result, the project detailed in this report requires little adaptation to support a much larger scale use such as tracking orbital debris. Any such changes are outlined in the designing a system subsection 3.3.1 or future expansion chapter.</p> <p>A GUI was assembled to support users with a limited coding background using Kivy.</p>
Degree
thesis:*- Name thesis:degree_name
- Master of Science in Engineering Physics
- Level thesis:degree_level
- Thesis - Open Access
- Discipline thesis:degree_discipline
- Physical Sciences
- Year
- 2020
Author and committee
dc:creator, dc:contributor.*- Author dc:creator
-
- Ogle, Austin
Subjects
dc:subject × 7Identifiers
dc:identifier.*- Repository record dc:identifier
- https://commons.erau.edu/edt/536
- OAI identifier oai:identifier
- oai:commons.erau.edu:edt-1536