This page describes the format used for both unperturbed and perturbed orbits of minor
planets. These are the formats used in the Extended Computer Service and in the Minor
Planet Ephemeris Service. Orbital elements for minor planets are heliocentric.
Column Specifications
The column headed F77 indicates the Fortran 77/90/95/2003/2008 format specifier for
reading the specified values.
| Columns | F77 | Use |
| 1–7 | a7 | Number or provisional designation (in packed form) |
| 9–13 | f5.2 | Absolute magnitude, H |
| 15–19 | f5.2 | Slope parameter, G |
| 21–25 | a5 | Epoch (in packed form, .0 TT) |
| 27–35 | f9.5 | Mean anomaly at the epoch, in degrees |
| 38–46 | f9.5 | Argument of perihelion, J2000.0 (degrees) |
| 49–57 | f9.5 | Longitude of the ascending node, J2000.0 (degrees) |
| 60–68 | f9.5 | Inclination to the ecliptic, J2000.0 (degrees) |
| 71–79 | f9.7 | Orbital eccentricity |
| 81–91 | f11.8 | Mean daily motion (degrees per day) |
| 93–103 | f11.7 | Semimajor axis (AU) |
| 106 | i1 or a1 | Uncertainty parameter, U. Special values: ‘E’ = assumed eccentricity; ‘D’ = double designation; ‘F’ = e-assumed double designation |
| 108–116 | a9 | Reference |
| 118–122 | i5 | Number of observations |
| 124–126 | i3 | Number of oppositions |
Arc Length and Year Span
Multiple-Opposition Orbits
| Columns | F77 | Use |
| 128–131 | i4 | Year of first observation |
| 132 | a1 | ‘-’ |
| 133–136 | i4 | Year of last observation |
Single-Opposition Orbits
| Columns | F77 | Use |
| 128–131 | i4 | Arc length (days) |
| 133–136 | a4 | ‘days’ |
Additional Fields
| Columns | F77 | Use |
| 138–141 | f4.2 | R.m.s residual (″) |
| 143–145 | a3 | Coarse indicator of perturbers (blank if unperturbed one-opposition object) |
| 147–149 | a3 | Precise indicator of perturbers (blank if unperturbed one-opposition object) |
| 151–160 | a10 | Computer name |
Hexdigit Flags (Columns 162--165)
Format: z4.4 (4-hexdigit flags).
The bottom 6 bits (bits 0--5) encode an orbit type:
| Value |
Classification |
| 1 |
Atira |
| 2 |
Aten |
| 3 |
Apollo |
| 4 |
Amor |
| 5 |
Object with q < 1.665 AU |
| 6 |
Hungaria |
| 7 |
Unused or internal MPC use only |
| 8 |
Hilda |
| 9 |
Jupiter Trojan |
| 10 |
Distant object |
Additional bit flags convey further information:
| Bit |
Value |
Meaning |
| 11 |
2048 |
Object is NEO |
| 12 |
4096 |
Object is 1-km (or larger) NEO |
| 13 |
8192 |
1-opposition object seen at earlier opposition |
| 14 |
16384 |
Critical list numbered object |
| 15 |
32768 |
Object is PHA |
Final Columns
| Columns | F77 | Use |
| 167–194 | a | Readable designation |
| 195–202 | i8 | Date of last observation included in orbit solution (YYYYMMDD format) |
Notes
- Orbit classification is based on cuts in osculating element space and is not
100% reliable.
- Certain flags (bits 6--10) are designated for internal MPC use and remain
undocumented.