Navigation (Ephemeris) fields
When Ephemeris field values are being parsed (src/navigation/ephemeris/orbits.rs) the library does not tolerate Zero Value for "uninterpreted" fields (fields for which we do not have a complex interpretation).
This is most likely an incorrect behavior
- first off it prohibits any non-full supported (not descried by complex interpretation) field to be supported
But there might be an issue with the navigation process (process consuming such epochs) that must cross check a lot of things prior consuming such a data point.
Navigation (Ephemeris) fields
When Ephemeris field values are being parsed (
src/navigation/ephemeris/orbits.rs) the library does not tolerate Zero Value for "uninterpreted" fields (fields for which we do not have a complex interpretation).This is most likely an incorrect behavior
But there might be an issue with the navigation process (process consuming such epochs) that must cross check a lot of things prior consuming such a data point.