0% found this document useful (0 votes)
60 views3 pages

Tnote 2

The document discusses NORAD orbit propagators and Two Line Element (TLE) sets. It provides details on the TLE format, including an example TLE for the NOAA 14 spacecraft. It also describes a numerical technique for converting an osculating state vector to a TLE compatible with the SGP4 propagator algorithm.

Uploaded by

trinhthanglong
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views3 pages

Tnote 2

The document discusses NORAD orbit propagators and Two Line Element (TLE) sets. It provides details on the TLE format, including an example TLE for the NOAA 14 spacecraft. It also describes a numerical technique for converting an osculating state vector to a TLE compatible with the SGP4 propagator algorithm.

Uploaded by

trinhthanglong
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Tech Note #2

December 12, 2001

NORAD Propagators and Two Line Element Sets


The NORAD orbit propagators are popular, accurate and easy to use. They are based on the pioneering work of Dirk Brouwer, Lane and Cranford, and others. The Two Line Element (TLE) sets required by these propagators are widely distributed on the Internet and maintained by NORAD. Each orbit propagation algorithm is documented in the classic SpaceTrack Report No. 3, Models for Propagation of NORAD Element Sets by Felix R. Hoots and Ronald L. Roehrich. This document also contains Fortran source code and test cases for each type of propagator. A good source of TLE data and NORAD documents is Dr. T. S. Kelsos web site (www.celestrak.com). The following is a typical TLE for the NOAA 14 spacecraft:
NOAA 14 1 23455U 94089A 97320.90946019 .00000140 00000-0 10191-3 0 2621 2 23455 99.0090 272.6745 0008546 223.1686 136.8816 14.11711747148495

The mean orbital elements contained in this data are Earth-centered-inertial (ECI) coordinates with respect to the true equator of date and the mean equinox of date. They do not include the effect of nutation. The following is a brief description of the data contained in each line of a TLE. Each item must appear in its column field in exactly the format specified. Line 1 The first line is a twenty four character satellite name. Software that reads a database of TLEs will usually look for this name in order to find the correct data. Line 2
Column 01 03-07 08 10-11 12-14 15-17 19-20 21-32 34-43 45-52 54-61 63 65-68 69 Description line number of element data satellite number classification (u=unclassified) international designator (last two digits of launch year) international designator (launch number of the year) international designator (piece of the launch) epoch year (last two digits of year) epoch (day of the year and fractional portion of the day) first time derivative of the mean motion second time derivative of mean motion (decimal point assumed) bstar drag term (decimal point assumed) ephemeris type element number checksum (modulo 10) (letters, blanks, periods, plus signs = 0; minus signs = 1)

Page 1

Tech Note #2

December 12, 2001

Line 3
Column 01 03-07 09-16 18-25 27-33 35-42 44-51 53-63 64-68 69 Description line number of element data satellite number orbital inclination (degrees) right ascension of the ascending node (degrees) orbital eccentricity (decimal point assumed) argument of perigee (degrees) mean anomaly (degrees) mean motion (orbits per day) revolution number at epoch (orbits) checksum (modulo 10)

All other columns are blank or fixed. Converting a state vector to a TLE This section describes a numerical technique that can be used to estimate an SGP4 compatible TLE from an osculating state vector (position and velocity vectors). The computational steps of this algorithm are as follows: (1) Compute the classical osculating orbital elements from the position rosc and velocity vosc vectors. (2) Set the initial guess for the SGP4 compatible mean orbital elements (subscript sgp) to the osculating (subscript osc) values computed in step (1) as follows: nsgp = nosc = mean motion esgp = eosc = orbital eccentricity isgp = iosc = orbital inclination

sgp = osc = argument of perigee


sgp = osc = right ascension of ascending node M sgp = M osc = mean anomaly (3) Convert the TLE to osculating position and velocity vectors using the SGP algorithm. Note that TSINCE in the SGP4 subroutine parameter list is set to zero. (4) Solve the following vector system of nonlinear equations: rosc rsgp = 0 vosc v sgp = 0 Note that rsgp and v sgp are updated using the SGP4 algorithm as described in step (3) during each iteration.
Page 2

Tech Note #2

December 12, 2001

Essentially, this numerical method is trying to minimize the difference between the six components of the state vector input to the algorithm and the state vector computed by SGP4 during the iterative solution of the system of nonlinear equations. Since the two state vectors are not dramatically different, the algorithm converges in a reasonable time. However, it may be necessary to use a constrained, nonlinear equation solver in order to avoid negative values of orbital eccentricity during the solution. Since we usually do not know the value of the first time derivative of the mean motion, second time derivative of mean motion and the bstar drag term, these SGP4 orbital elements are set to zero for all computations. This information could be computed by processing several state vectors centered around the time of interest and performing some type of differential correction process. Warning: Do not use TLEs with other orbit propagators. They are only compatible with the SGP4, SDP4 and other algorithms used by NORAD.

Page 3

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy