Reads almanac data from files in yuma-format (experimental).
[satsdata] = alm_parse_yumafile(yfile)
Filepath as string (absolut or rel. to the akt. path), or the
logical unit delivered from mopen()
.
matrix with all almanac data.
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.
PRN | [int] , Identifier of the SV. |
---|---|
health | [int] , |
es | [float] , |
toa | [float] , |
i0 | [float] , |
omegadot | [float] , |
sqrta | [float] , |
... | [float] , |
... | [float] , |
... | [float] , |
(not matrix aware)
No warranty, no inputchecks.