Key Components
An OMM file contains several distinct sections:- Header: File-level metadata including format version, creation date, and originator
- Metadata: Orbital context such as object identification, reference frame, center name, and time system
- Mean Keplerian Elements: Six classical orbital elements averaged over short-period perturbations
- TLE-Related Parameters (Optional): SGP4/SDP4 propagation parameters for compatibility with TLE-based systems
- Covariance (Optional): Uncertainty information for the mean orbital state
Mean Keplerian Elements
OMM uses mean elements — orbital parameters that have been averaged to remove short-period oscillations caused by Earth’s oblateness and other perturbations:- SEMI_MAJOR_AXIS: Mean semi-major axis (km)
- ECCENTRICITY: Mean eccentricity (dimensionless)
- INCLINATION: Mean inclination (degrees)
- RA_OF_ASC_NODE: Mean right ascension of the ascending node (degrees)
- ARG_OF_PERICENTER: Mean argument of periapsis (degrees)
- MEAN_ANOMALY: Mean anomaly — position along the orbit (degrees)
Mean vs Osculating Elements
Orbital elements come in two flavors:- Osculating elements (used by OPM): Describe the instantaneous orbit at an exact moment. They include all short-period perturbation effects and change rapidly over an orbital period.
- Mean elements (used by OMM): Averaged to remove short-period oscillations. They describe the “average” orbit and change slowly over time.
TLE-Related Parameters
OMM can optionally include parameters for SGP4/SDP4 propagation compatibility:- EPHEMERIS_TYPE: Propagation model identifier (0 = SGP4)
- NORAD_CAT_ID: NORAD catalog number
- ELEMENT_SET_NO: Element set number
- REV_AT_EPOCH: Revolution number at epoch
- BSTAR: SGP4 drag-like coefficient (1/Earth radii)
- MEAN_MOTION_DOT: First derivative of mean motion (rev/day²)
- MEAN_MOTION_DDOT: Second derivative of mean motion (rev/day³)
Common Use Cases
- Catalog Data Exchange: Sharing mean orbital elements in a structured CCSDS format (alternative to TLE)
- Conjunction Screening: Providing stable orbital state for collision assessment
- Interoperability: Exchanging orbital data with agencies and operators using mean-element-based workflows
- Archival: Storing mean orbital state snapshots for historical reference
Complete definition of the OMM standard in CCSDS 502.0-B-3 (same blue book as OPM and OEM).
Differences Between OMM and Related Formats
| Feature | OMM | OPM | TLE |
|---|---|---|---|
| Element Type | Mean Keplerian | Osculating Cartesian/Kepl. | Mean Keplerian |
| Temporal Scope | Single epoch | Single epoch | Single epoch |
| Mean Theory | DSST, SGP4, or other | N/A (osculating) | SGP4/SDP4 only |
| Format | CCSDS KVN/XML | CCSDS KVN/XML | Fixed 69-char lines |
| Reference Frame | Any CCSDS frame | Any CCSDS frame | TEME only |
| Covariance | Optional | Optional | Not supported |
| Primary Use Case | Catalog exchange | State snapshots, OD output | Public catalog distribution |
Export in VALAR
You can export any state vector as OMM directly from the platform:- Navigate to State Vectors → Data
- Select a state vector from the list
- In the details panel, click the actions menu (three-dot icon)
- Select Download OMM
For more details on working with state vectors, see the State Vectors documentation.