Two-line element set
View on WikipediaA two-line element set (TLE, or more rarely 2LE) or three-line element set (3LE) is a data format encoding a list of orbital elements of an Earth-orbiting object for a given point in time, the epoch. Using a suitable prediction formula, the state (position and velocity) at any point in the past or future can be estimated to some accuracy. The TLE data representation is specific to the simplified perturbations models (SGP, SGP4, SDP4, SGP8 and SDP8), so any algorithm using a TLE as a data source must implement one of the SGP models to correctly compute the state at a time of interest. TLEs can describe the trajectories only of Earth-orbiting objects. TLEs are widely used as input for projecting the future orbital tracks of space debris for purposes of characterizing "future debris events to support risk analysis, close approach analysis, collision avoidance maneuvering" and forensic analysis.[1][2]
The format was originally intended for punched cards, encoding a set of elements on two standard 80-column cards. This format was eventually replaced by text files as punch card systems became obsolete, with each set of elements written to two 69-column ASCII lines preceded by a title line. The United States Space Force tracks all detectable objects in Earth orbit, creating a corresponding TLE for each object, and makes publicly available TLEs for many of the space objects on the websites Space Track and Celestrak,[3][4] holding back or obfuscating data on many military or classified objects. The TLE format is a de facto standard for distribution of an Earth-orbiting object's orbital elements.
A TLE set may include a title line preceding the element data, so each listing may take up three lines in the file, in which case the TLE is referred to as a three-line element set (3LE), instead of a two-line element set (2LE). The title is not required, as each data line includes a unique object identifier code.
History
[edit]In the early 1960s, Max Lane developed mathematical models for predicting the locations of satellites based on a minimal set of data elements. His first paper on the topic, published in 1965, introduced the Analytical Drag Theory, which concerned itself primarily with the effects of drag caused by a spherically symmetric non-rotating atmosphere.[5] Joined by K. Cranford, the two published an improved model in 1969 that added various harmonic effects due to Earth-Moon-Sun interactions and various other inputs.[6]
Lane's models were widely used by the military and NASA starting in the late 1960s. The improved version became the standard model for NORAD in the early 1970s, which ultimately led to the creation of the TLE format. At the time there were two formats designed for punch cards, an "internal format" that used three cards encoding complete details for the satellite, including name and other data, and the two card "transmission format" that listed only those elements that were subject to change.[7] The latter saved on cards and produced smaller decks when updating the databases.
Cranford continued to work on the modelling, eventually leading Lane to publish Spacetrack Report #2 detailing the Air Force General Perturbation theory, or AFGP4. The paper also described two simplified versions of the system, IGP4 which used a simplified drag model, and SGP4 (Simplified General Perturbations) which used IGP4's drag model along with a simplified gravity model.[8] The differences between the three models were slight for most objects. One year later, Spacetrack Report #3 was released, including full FORTRAN source code for the SGP4 model.[9] This quickly became the de facto standard model, both in the industry as well as the astronomy field.
Shortly after the publication of Report #3, NASA began posting elements for a variety of visible and other well known objects in their periodic NASA Prediction Bulletins, which consisted of the transmission format data in printed form. After trying for some time to convince NASA to release these in electronic form, T.S. Kelso took matters into his own hands and began manually copying the listings into text files which he distributed through his CelesTrak bulletin board system. This revealed a problem in NASA's checksum system, which was eventually determined to be caused by a change in the representation of the plus character (+) on punched cards when NORAD upgraded their UNIVAC computers to use the EBCDIC character set rather than BCD. This problem went away when Kelso began to receive data directly from NORAD in 1989.[10]
The SGP4 model was later extended with corrections for deep space objects, creating SDP4, which used the same TLE input data. Over the years a number of more advanced prediction models have been created, but these have not seen widespread use. This is due to the TLE not containing the additional information needed by some of these formats, which makes it difficult to find the elements needed to take advantages of the improved model. More subtly, the TLE data is massaged in a fashion to improve the results when used with the SGP series models, which may cause the predictions of other models to be less accurate than SGP when used with common TLEs. The only new model to see widespread use is SGP8/SDP8, which were designed to use the same data inputs and are relatively minor corrections to the SGP4 model.
Format
[edit]Originally there were two data formats used with the SGP models, one containing complete details on the object known as the "internal format", and a second known as the "transmission format" that was used to provide updates to that data.
The internal format used three 80-column punch cards. Each card started with a card number, 1, 2 or 3, and ended with the letter "G". For this reason, the system was often known as the "G-card format". In addition to the orbital elements, the G-card included various flags like the launching country and orbit type (geostationary, etc.), calculated values like the perigee altitude and visual magnitude, and a 38-character comments field.
The transmission format is essentially a cut-down version of the G-card format to allow the important information it onto two cards, removing any data that is not subject to change on a regular basis, or data that can be calculated using other values. For instance, the perigee altitude from the G-card is not included as this can be calculated from the other elements. What remains is the set of data needed to update the original G-card data as additional measurements are made. The data is fit into 69 columns and does not include a trailing character.
TLEs are simply the transmission format data rendered as ASCII text instead of punch cards. Most TLE files now include a simplified third line containing just the name, these are known as "3LE" files, while those lacking the name lines are "2LE"s. The other information from the original G format is not present in modern TLEs.
An example TLE for the International Space Station:
ISS (ZARYA) 1 25544U 98067A 08264.51782528 -.00002182 00000-0 -11606-4 0 2927 2 25544 51.6416 247.4627 0006703 130.5360 325.0288 15.72125391563537
The meaning of this data is as follows:[2]
Title line (optional)
[edit]| Field | Columns | Content | Example |
|---|---|---|---|
| 1 | 01–24 | Satellite name | ISS (ZARYA) |
If present, the TLE is a three-line element set (3LE).
If not, the TLE is a two-line element set (2LE).
Line 1
[edit]| Field | Columns | Content | Example |
|---|---|---|---|
| 1 | 01 | Line number | 1 |
| 2 | 03–07 | Satellite catalog number | 25544 |
| 3 | 08 | Classification (U: unclassified, C: classified, S: secret)[11] | U |
| 4 | 10–11 | International Designator (last two digits of launch year) | 98 |
| 5 | 12–14 | International Designator (launch number of the year) | 067 |
| 6 | 15–17 | International Designator (piece of the launch) | A |
| 7 | 19–20 | Epoch year (last two digits of year) | 08 |
| 8 | 21–32 | Epoch (day of the year and fractional portion of the day) | 264.51782528 |
| 9 | 34–43 | First derivative of mean motion; the ballistic coefficient (rev/day, per day)[12] | -.00002182 |
| 10 | 45–52 | Second derivative of mean motion (rev/day³, decimal point assumed)[12] | 00000-0 |
| 11 | 54–61 | B*, the drag term, or radiation pressure coefficient (units of 1/(Earth radii), decimal point assumed)[12] | -11606-4 |
| 12 | 63 | Ephemeris type (always zero; only used in undistributed TLE data)[13] | 0 |
| 13 | 65–68 | Element set number. Incremented when a new TLE is generated for this object.[12] | 292 |
| 14 | 69 | Checksum (modulo 10) | 7 |
Line 2
[edit]| Field | Columns | Content | Example |
|---|---|---|---|
| 1 | 01 | Line number | 2 |
| 2 | 03–07 | Satellite Catalog number | 25544 |
| 3 | 09–16 | Inclination (degrees) | 51.6416 |
| 4 | 18–25 | Right ascension of the ascending node (degrees), in the ECI reference frame, measured from the vernal point | 247.4627 |
| 5 | 27–33 | Eccentricity (unitless, decimal point assumed) | 0006703 |
| 6 | 35–42 | Argument of perigee (degrees) | 130.5360 |
| 7 | 44–51 | Mean anomaly (degrees) | 325.0288 |
| 8 | 53–63 | Mean motion (revolutions per day) | 15.72125391 |
| 9 | 64–68 | Revolution number at epoch (revolutions) | 56353 |
| 10 | 69 | Checksum (modulo 10) | 7 |
Where decimal points are assumed, they are leading decimal points. The last two symbols in Fields 10 and 11 of the first line give powers of 10 to apply to the preceding decimal. Thus, for example, Field 11 (-11606-4) translates to −0.11606E−4 (−0.11606×10−4).
The checksums for each line are calculated by adding all numerical digits on that line, including the line number. One is added to the checksum for each negative sign (-) on that line. All other non-digit characters are ignored.
For a body in a typical low Earth orbit, the accuracy that can be obtained with the SGP4 orbit model is on the order of 1 km within a few days of the epoch of the element set.[14] The term "low orbit" may refer to either the altitude (minimal or global) or orbital period of the body. Historically, the SGP algorithms defines low orbit as an orbit of less than 225 minutes.
In two-digit Epoch Years, the years 1957 through 1999 are represented by the numbers 57 through 99. Numbers from 00 to 56 represent the years 2000–2056.[15]
The activation of the Space Fence in 2020 resulted in a great increase in the number of objects being tracked as the Space Fence's S-band RADAR is more sensitive than the radars used by the Air Force Space Surveillance System that previously had generated the raw data used for TLEs.[16] The increase in the number of objects tracked meant that Satellite Catalog Numbers may no longer fit in the five-digit field available in traditional TLEs. A secondary cause for the increase in Satellite Catalog Numbers was the commercialization of space and break-up events and collisions that have created debris objects.[16] Adaptations of the TLE were considered to extend the number of encodable Satellites within the TLE but instead a new format, the CCSDS OMM (Orbit Mean-Elements Message), started being used in 2020 that supports nine-digit Satellite Catalog Numbers. The legacy TLE format will continue to use five-digit Satellite Catalog Numbers.[16]
As a stop-gap measure for systems which can only take in five characters for the Satellite Catalog number, the Space Force developed the "Alpha-5" numbering scheme, where the highest digit can be replaced with an alphabetical character to represent higher numbers from 100000–339999. The letters "I" and "O" are skipped to avoid confusion with the numbers "1" and "0". For example, the number 100000 can be represented as "A0000" in the Alpha-5 format, 110000 is represented by "B0000", up to the highest number 339999 which is represented as "Z9999". However, using the nine-digit Satellite Catalog number is preferred.[2]
References
[edit]- ^ Carrico, Timothy; Carrico, John; Policastri, Lisa; Loucks, Mike (2008). "Investigating Orbital Debris Events using Numerical Methods with Full Force Model Orbit Propagation" (PDF). American Institute of Aeronautics and Astronautics (AAS 08–126). Archived from the original (PDF) on 2014-12-04.
- ^ a b c "Space-Track.org Basic Description of the Two Line Element (TLE) Format". www.space-track.org. Combined Force Space Component Command. Retrieved 18 June 2025.
- ^ "Introduction and sign in to Space-Track.Org". Space-track.org. Retrieved 28 November 2014.
- ^ "Celestrak homepage". Celestrak.com. Retrieved 28 November 2014.
- ^ Vallado, David; Crawford, Paul; Hujsak, Richard; Kelso, T.S. (2006). "Revisiting Spacetrack Report #3" (PDF). American Institute of Aeronautics and Astronautics.
- ^ Lane, Max; Cranford, Kenneth (1969). "An improved analytical drag theory for the artificial satellite problem". AIAA. OCLC 122930989.
- ^ ADCOM Form 2012 (PDF) (Technical report).
- ^ Lane, Max; Hoots, Felix (December 1979). General Perturbations Theories Derived from the 1965 Lane Drag Theory (PDF) (Technical report). Project Space Track, Aerospace Defense Command. Archived (PDF) from the original on July 9, 2015.
- ^ Hoots, Felix; Roehrich, Ronald (December 1980). Models for Propagation of NORAD Element Sets (PDF) (Technical report). Project Space Track, Aerospace Defense Command.
- ^ Kelso, Ted (January 1992). "Two-Line Element Set Checksum Controversy". CelesTrak.
- ^ "Norad Two-Line Orbital Element Set File". ai-solutions.com. Retrieved 2019-09-03.
- ^ a b c d "NASA, Definition of Two-line Element Set Coordinate System". Spaceflight.nasa.gov. Archived from the original on 1 March 2000. Retrieved 28 November 2014.
- ^ Kelso, T. S. "CelesTrak: "FAQs: Two-Line Element Set Format"". celestrak.com. Retrieved 2019-09-03.
- ^ Kelso, T.S. (29 January 2007). "Validation of SGP4 and IS-GPS-200D Against GPS Precision Ephemerides". Celestrak.com. Retrieved 28 November 2014.
AAS paper 07-127, presented at the 17th AAS/AIAA Space Flight Mechanics Conference, Sedona, Arizona
- ^ Kelso, T.S. "Frequently Asked Questions: Two-Line Element Set Format". CelesTrak.
- ^ a b c "CelesTrak: A New Way to Obtain GP Data". celestrak.com. Retrieved 2020-07-29.
Two-line element set
View on GrokipediaIntroduction
Definition and Purpose
A two-line element set (TLE) is a standardized, text-based data format that encapsulates the mean Keplerian orbital elements of an Earth-orbiting satellite or space object at a specific epoch, enabling the representation of its orbital state using simplified general perturbations theory such as SGP4.[3] Developed primarily for satellite tracking applications, TLEs provide a compact means to describe key parameters like inclination, eccentricity, and mean motion, facilitating both amateur and professional use in orbit determination without requiring advanced computational resources.[3] The primary purpose of TLEs is to support short-term orbital prediction, space situational awareness, and applications such as conjunction analysis and visibility forecasting for satellites.[3] By offering a snapshot of mean elements, TLEs allow users to propagate satellite positions over intervals typically up to several days, aiding in collision avoidance, communication planning, and observational scheduling while relying on publicly accessible data.[4] TLEs are generated by the United States Space Force's 18th Space Defense Squadron using observations from the Space Surveillance Network and are publicly released multiple times per day, with updates often occurring twice daily to reflect evolving orbital states.[3][4] Each TLE corresponds to a unique satellite identified by its catalog number and epoch, ensuring traceability for over 34,000 tracked objects as of November 2025.[5] For illustration, a recent TLE for the International Space Station (ISS, ZARYA; NORAD catalog number 25544) demonstrates the format's brevity:ISS (ZARYA)
1 25544U 98067A 25320.35281829 .00017169 00000+0 31117-3 0 9999
2 25544 51.6328 273.0879 0004158 76.5981 283.5471 15.49717811538760
This example, sourced from aggregated official data, highlights how TLEs encode essential orbital information in just 140 characters across two lines.[6]
Relation to Orbital Elements
The six classical Keplerian orbital elements provide a complete description of a satellite's orbit in the two-body problem, assuming a point-mass central body such as Earth and neglecting perturbations. These elements are the semi-major axis , which defines the average distance from the central body and thus the orbit's size; the eccentricity , which determines the orbit's shape (with for a circle and for an ellipse); the inclination , which specifies the tilt of the orbital plane relative to the Earth's equatorial plane; the right ascension of the ascending node , which locates the point where the orbit crosses the equator heading north; the argument of perigee , which measures the angle from the ascending node to the closest point (perigee) in the orbital plane; and the mean anomaly , which indicates the satellite's angular position along the orbit at a given epoch.[7][8][9] In the context of two-line element sets (TLEs), these elements are represented as mean values rather than osculating ones. Osculating elements correspond to an instantaneous Keplerian ellipse that matches the satellite's position and velocity at a precise moment, but they fluctuate rapidly due to perturbations like atmospheric drag and gravitational irregularities. Mean elements, by contrast, are averaged over short-term periodic variations to provide a smoother, more stable representation suitable for propagation over time; they are derived from multiple ground-based observations and fitted at the TLE's reference epoch. This averaging process, often using models like Brouwer's theory, ensures the elements capture the orbit's secular trends while filtering out short-period oscillations.[10][11][12] TLEs encode these mean elements with specific units: is indirectly specified via mean motion (in revolutions per day), from which can be computed as $ a = \left( \frac{\mu}{(2\pi n / 86400)^2} \right)^{1/3} $ where is Earth's gravitational parameter ( m³/s²) and 86400 is the number of seconds in a day; is dimensionless (scaled by ); and , , , and are in degrees. The orbital period , a key derived quantity, is given byHistorical Development
Origins in the Space Age
The launch of Sputnik 1 on October 4, 1957, by the Soviet Union marked the beginning of the Space Age and created an urgent need for satellite tracking capabilities within the United States military. This event prompted the U.S. Air Force and the North American Aerospace Defense Command (NORAD) to establish systems for monitoring orbital objects, initially relying on visual observations and radar data to determine satellite positions.[16] In the late 1950s and early 1960s, tracking efforts evolved from manual calculations based on radar observations to computerized orbital predictions, driven by the increasing number and longevity of satellites during the Cold War. NORAD, using IBM mainframes, developed simplified perturbation models to process radar-derived data into orbital element sets, with early formulations appearing in the mid-1960s through contributions from researchers like Max Lane, who created mathematical models for low-Earth orbit predictions based on the 1966 Simplified General Perturbations (SGP) theory.[16] These efforts laid the groundwork for the two-line element set (TLE) format, initially designed for punch-card input to facilitate automated propagation of satellite positions beyond direct radar coverage.[17] By the early 1970s, NORAD had refined these models into operational standards, such as the Simplified General Perturbations (SGP4) propagator, which became integral to TLE generation for internal military use.[16] The first public releases of TLE data occurred in 1980 through the NORAD Spacetrack Report #3, authored by Felix R. Hoots and Ronald L. Roehrich, making orbital elements accessible for broader applications including amateur radio satellite tracking.[17] Around this time, resources like Celestrak began archiving and distributing TLE sets starting from 1980, supporting amateur operators in predicting passes for communication satellites.[18] A key advancement was the shift from real-time radar observations to disseminated element sets, enabling global users to compute orbits independently; this transition culminated in broadcast mechanisms through systems like Space-Track, which originated from NORAD's Spacetrack efforts to share data beyond classified networks.[17]Standardization and Evolution
The Two-line element set (TLE) format was formally standardized in 1980 by the United States Air Force Aerospace Defense Command in Spacetrack Report No. 3, which specified a 69-character structure for each of the two lines to encode mean orbital elements compatible with propagation models such as SGP4 for near-Earth objects. This specification ensured consistent data exchange for satellite tracking, replacing earlier punched-card formats with a text-based system optimized for computational use. Beginning in 1985, Celestrak, founded by Dr. T.S. Kelso, played a pivotal role in TLE dissemination by providing the first private, publicly accessible repository of orbital element sets, including historical archives and real-time updates, thereby broadening availability beyond military channels.[19] Over time, the TLE format underwent minor evolutions to accommodate technological advancements. Refinements to elements like the BSTAR drag term addressed limitations in atmospheric modeling, though earlier calculation methods were effectively deprecated in favor of improved perturbation handling in updated propagation software. In the post-2010s era, the proliferation of mega-constellations such as Starlink posed new challenges, as frequent maneuvers and high object densities strained TLE update frequencies and positional accuracy, necessitating more robust dissemination pipelines to manage thousands of elements.[20] The management of TLE data shifted in the 2020s to the United States Space Force, which assumed oversight of the Space-Track.org platform following the service's establishment in 2019, emphasizing enhanced space situational awareness sharing.[3] In 2019, the U.S. Department of Commerce issued a request for information on commercial capabilities in space situational awareness (SSA) data and space traffic management services, seeking input to foster partnerships with private operators for better integration of observations and to reduce barriers to high-fidelity ephemeris use.[21] Space-Track.org's existing API supports programmatic TLE retrieval, with post-2020 enhancements such as the Alpha-5 catalog numbering and GP element sets improving data handling for growing catalogs.[3] Ongoing debates center on TLE suitability for low-Earth orbit (LEO) swarms, where rapid orbital changes in dense environments like mega-constellations lead to propagation errors exceeding 1 km within hours, prompting discussions on transitioning to higher-precision formats for collision avoidance in crowded regimes.[20]Data Format
Overall Structure
A two-line element set (TLE) consists of two mandatory fixed-width lines of 69 characters each, representing the orbital data for a single Earth-orbiting satellite, with an optional preceding title line containing the satellite's name and international designator.[22][23] This structure ensures a compact, machine-readable format suitable for bulk distribution and processing. The title line, when present, is limited to 24 characters and serves primarily for human readability, while the core data resides in the two element lines.[23][24] Key conventions in the TLE format include the epoch, expressed in the YYDDD.DDDDDDD format where YY denotes the last two digits of the year and DDD.DDDDDDD represents the day of the year including a fractional portion for precise timing.[22][23] Each line concludes with a checksum digit in the 69th position, calculated as the modulo-10 sum of the preceding characters (with specific rules for non-numeric symbols), to verify data integrity during transmission or parsing.[23] The satellite catalog number, a unique five-digit identifier assigned by the originating agency, appears on both lines to associate the data with a specific object.[22] TLEs are organized in plain ASCII text files where sets for multiple satellites are grouped sequentially by object, without headers or metadata beyond the optional titles, facilitating easy automated parsing and propagation software integration.[22] Bulk files from official sources typically contain hundreds or thousands of such sets, each separated by the two-line (or three-line) blocks. For illustration, a sample TLE appears below, showing the optional title followed by the two fixed-length lines:ISS (ZARYA)
1 25544U 98067A 04236.56031392 .00020137 00000-0 16538-3 0 9993
2 25544 51.6335 344.7760 0007976 126.2523 325.9359 15.70406856 32890
This example demonstrates the line separation and uniform 69-character width of the element lines, with the title providing contextual identification.[22]
First Line Components
The first line of a two-line element set (TLE) encodes essential identification data for the satellite, the reference epoch for the orbital elements, and perturbation parameters primarily related to atmospheric drag, enabling short-term orbit predictions using models like SGP4. This line is fixed at 69 characters long, with fields occupying specific columnar positions and adhering to a fixed-width format for machine readability. Fields such as the line number (position 1, always "1") and classification (position 8, typically "U" for unclassified) provide basic structure, while the core components focus on unique identification and dynamic modeling.[25][23]| Positions | Field Name | Description | Units/Example |
|---|---|---|---|
| 3–7 | Satellite Catalog Number | A unique 5-digit identifier (NORAD Catalog ID) assigned by the U.S. Space Force to track the object, padded with leading zeros or spaces if necessary; for objects exceeding 99999, an Alpha-5 scheme uses letters A–Z (excluding I and O). | Integer / 25544 |
| 10–17 | International Designator | A unique identifier for the launch, formatted as YYNNNP, where YY is the last two digits of the launch year, NNN is the launch serial number (001–999), and P is the piece-of-launch identifier (A–Z), followed by spaces to fill the field. | Alphanumeric / 98067A |
| 19–32 | Epoch Year and Day | The reference time for the orbital elements, formatted as YYDDD.FFFFFFFF, where YY are the last two digits of the year (e.g., 25 for 2025), DDD is the Julian day of the year (001–366), and FFFFFFFF is the fractional portion of the day expressed as a decimal fraction of UTC time since midnight. This epoch defines the instant at which the provided elements are valid, typically based on the most recent observations. | Decimal / 25313.45678901 |
| 34–43 | First Time Derivative of Mean Motion | The rate of change of the mean motion (n, in revolutions per day), divided by 2, capturing the primary linear effect of perturbations like atmospheric drag on orbital period over short timescales; a leading decimal point is assumed, with the sign indicated in the first position after the decimal. | rev/day² / 0.00002182 |
| 45–52 | Second Time Derivative of Mean Motion | The second-order rate of change of mean motion, divided by 6, to model nonlinear or accelerating effects such as intensified drag during orbit decay phases; a leading decimal point is assumed, and the value is often zero (formatted as 00000-0) for stable orbits, with the last two characters indicating the power of 10 exponent. | rev/day³ / 0.00000 |
| 54–61 | BSTAR Drag Parameter | A coefficient modeling the cumulative effect of atmospheric drag (and sometimes radiation pressure) on the satellite, expressed with a leading decimal point assumed and the last two characters as the power of 10 exponent (e.g., 22000-4 = 0.000022); units are inverse Earth radii, serving as an adjustable parameter fitted from observations to represent drag sensitivity in propagation models. A dimensionless parameter (in units of inverse Earth radii after normalization) that models the effects of atmospheric drag (and sometimes radiation pressure), fitted from observations to adjust perturbation acceleration in the SGP4 model based on the satellite's ballistic coefficient and atmospheric conditions. | 1/Earth radius / 0.00016538 |
| 65–68 | Element Set Number | A sequential integer tracking the version or update count of the TLE for this satellite, incrementing with each new set derived from observations to distinguish revisions. | Integer / 999 |
| 69 | Checksum | A single digit (0–9) computed as the modulo 10 of the sum of the first 68 characters' values, where digits contribute 0-9, letters, blanks, periods, and plus signs contribute 0, and minus signs contribute 1; used for basic data integrity validation. | Digit / 7 |
Second Line Components
The second line of a Two-Line Element (TLE) set encodes the core Keplerian orbital elements necessary for describing an object's position and velocity in orbit at the specified epoch. It consists of 69 fixed-width characters, with specific fields for angular parameters, eccentricity, and motion rates, all formatted to high precision for computational use. These elements are derived from observational data and processed through models like SGP4 for propagation.[23] The components of the second line are detailed in the following table, showing their column positions, field names, units, and format notes:| Columns | Field Name | Units | Format Notes |
|---|---|---|---|
| 1 | Line Number | - | Fixed as "2" |
| 3–7 | Satellite Number | - | 5-digit integer identifier |
| 9–16 | Inclination (i) | Degrees | 7-digit fixed-point, 4 decimal places (e.g., 51.6456) |
| 18–25 | Right Ascension of Ascending Node (Ω) | Degrees | 7-digit fixed-point, 4 decimal places (e.g., 327.1234) |
| 27–33 | Eccentricity (e) | Dimensionless | 7-digit integer; leading decimal implied (e.g., 0008546 = 0.0008546) |
| 35–42 | Argument of Perigee (ω) | Degrees | 7-digit fixed-point, 4 decimal places (e.g., 123.4567) |
| 44–51 | Mean Anomaly (M) | Degrees | 7-digit fixed-point, 4 decimal places (e.g., 234.5678) |
| 53–63 | Mean Motion (n) | Revolutions per day | 11-digit fixed-point, 8 decimal places (e.g., 15.12345678) |
| 64–68 | Revolution Number at Epoch | Revolutions | 5-digit integer (e.g., 12345). The field rolls over to 00000 after 99999, requiring software to track cumulative revolutions across multiple TLE sets for accurate long-term monitoring. |
| 69 | Checksum | - | Single digit; sum of integers in line modulo 10 (non-digits count as 0, except "-" as 1) |


