simplified perturbations models
{{short description|Models used to calculate the orbital state of a satellite}}
Simplified perturbations models are a set of five mathematical models (SGP, SGP4, SDP4, SGP8 and SDP8) used to calculate orbital state vectors of satellites and space debris relative to the Earth-centered inertial coordinate system. This set of models is often referred to collectively as SGP4 due to the frequency of use of that model particularly with two-line element sets produced by NORAD and NASA.
These models predict the effect of perturbations caused by the Earth’s shape, drag, radiation, and gravitation effects from other bodies such as the sun and moon.{{cite journal|last=Miura|first=Nicholas Zwiep |title=COMPARISON AND DESIGN OF SIMPLIFIED GENERAL PERTURBATION MODELS|journal=California Polytechnic State University, San Luis Obispo|year=2009|url=https://digitalcommons.calpoly.edu/cgi/viewcontent.cgi?article=1094&context=theses}}{{cite journal|last= Hoots |first=Felix R.|author2=Ronald L. Roehrich |title=Models for Propagation of NORAD Element Sets|journal=United States Department of Defense Spacetrack Report|date=31 December 1988|issue=3|url=https://www.celestrak.com/NORAD/documentation/spacetrk.pdf|accessdate=5 September 2023}} Simplified General Perturbations (SGP) models apply to near earth objects with an orbital period of less than 225 minutes. Simplified Deep Space Perturbations (SDP) models apply to objects with an orbital period greater than 225 minutes, which corresponds to an altitude of 5,877.5 km, assuming a circular orbit.
The SGP4 and SDP4 models were published along with sample code in FORTRAN IV in 1988 with refinements over the original model to handle the larger number of objects in orbit since. SGP8/SDP8 introduced additional improvements for handling orbital decay.{{cite journal|last= Vallado|first=David A.|author2=Paul Crawford |author3=Richard Hujsak |author4=T. S. Kelso |title=Revisiting Spacetrack Report #3|journal=Astrodynamics Specialist Conference|date=August 2006|doi=10.2514/6.2006-6753|isbn=978-1-62410-048-2|url=https://celestrak.com/publications/AIAA/2006-6753/AIAA-2006-6753-Rev2.pdf|accessdate=5 September 2023}}
The SGP4 model has an error ~1 km at epoch and grows at ~1–3 km per day. This data is updated frequently in NASA and NORAD sources due to this error. The original SGP model was developed by Kozai in 1959, refined by Hilton & Kuhlman in 1966 and was originally used by the National Space Surveillance Control Center (and later the United States Space Surveillance Network) for tracking of objects in orbit. The SDP4 model has an error of 10 km at epoch.
Deep space models SDP4 and SDP8 use only 'simplified drag' equations. Accuracy is not a great concern here as high drag satellite cases do not remain in "deep space" for very long as the orbit quickly becomes lower and near circular. SDP4 also adds Lunar–Solar gravity perturbations to all orbits, and Earth resonance terms specifically for 24-hour geostationary and 12-hour Molniya orbits.
Additional revisions of the model were developed and published by 2010 by the NASA Goddard Space Flight Center in support of tracking of the SeaWiFS mission and the Navigation and Ancillary Information Facility at the Jet Propulsion Laboratory in support of Planetary Data System for navigational purposes of numerous, mostly deep space, missions.{{cite web|url=https://pds.jpl.nasa.gov/|title=Planetary Data System|publisher= NASA Science Mission Directorate|accessdate=5 September 2023}} Current code libraries{{cite web |last1=Kelso |first1=Dr. T. S. |title=CelesTrak: Publications [AIAA 2006-6753] |url=https://www.celestrak.com/publications/AIAA/2006-6753/ |website=www.celestrak.com |publisher=Celestrak |accessdate=15 April 2019}}{{cite web |last1=Gray |first1=Bill |title=sat_code: Code for the SGP4/SDP4 satellite motion model |url=https://github.com/Bill-Gray/sat_code |website=Github |accessdate=15 April 2019 |date=30 March 2019}} use SGP4 and SDP4 algorithms merged into a single codebase in 1990{{cite web |last1=Vallado |first1=David A |last2=Crawford |first2=Paul |last3=Hujsak |first3=Richard |title=Revisiting Spacetrack Report #3: Rev 1 |url=https://www.celestrak.com/publications/AIAA/2006-6753/AIAA-2006-6753-Rev1.pdf |website=Celestrak |publisher=AIAA |accessdate=15 April 2019}} handling the range of orbital periods which are usually referred to generically as SGP4.
References
{{reflist}}
External links
Source code for algorithm implementations, and TLE interpretation in some cases:
- [https://github.com/brandon-rhodes/python-sgp4 python-sgp4] A Python Implementation of the sgp4 model with automatic downloading of TLE Elements from NORAD database.
- [https://github.com/shupp/Predict PHP5] based on [http://gpredict.oz9aec.net/ Gpredict]
- Java: [http://www.chiandh.eu/comp/SDP4-ReadMe.html SDP4] and [https://code.google.com/p/predict4java/ predict4java]
- [https://celestrak.com/publications/AIAA/2006-6753/AIAA-2006-6753.zip C++, FORTRAN, Pascal, and MATLAB].
- [https://github.com/joshuaferrara/go-satellite go-satellite] GoLang implementation of SGP4 model and helper utilities.
Category:Orbital perturbations
Category:North American Aerospace Defense Command