Main Content
ommread
Description
reads the data from an orbit mean-elements message (OMM) file, ommStruct
= ommread(ommFile
)ommFile
.
The function outputs a vector of structures containing data from the input OMM file in
tleStruct
. You can then use the propagateOrbit
function to calculate the position and velocity using ommStruct
.
If the OMM file contains multiple entries for the same catalog number, the function outputs only the data corresponding to the latest epoch, which is defined for each OMM set.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024a