Tnote 2
Tnote 2
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
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
Tech Note #2
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