<< GPS GPS sp3_parse_file >>

scilib_geo >> GPS > alm_parse_yumafile

alm_parse_yumafile

Reads almanac data from files in yuma-format (experimental).

Calling Sequence

[satsdata] = alm_parse_yumafile(yfile)

Parameters

satsdata

Filepath as string (absolut or rel. to the akt. path), or the logical unit delivered from mopen().

satsdata

matrix with all almanac data.

Description

Reads almanac data from files in yuma-format, and returns them as a matrix with linevectors [PRN, health, es, toa, i0, omegadot, sqrta, w, m0, af0, af1, week] for every satellit.

satsdata :
PRN [int], Identifier of the SV.
health [int],
es [float],
toa [float],
i0 [float],
omegadot [float],
sqrta [float],
... [float],
... [float],
... [float],

See Also

Authors


Report an issue
<< GPS GPS sp3_parse_file >>