Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Missing SatelliteSystem::Mixed enum value in systemChar(), systemString(), systemString3() functions #77

Open
Grawta opened this issue Apr 26, 2022 · 0 comments

Comments

@Grawta
Copy link

Grawta commented Apr 26, 2022

Our test case:

  • Read a Mixed satellite system Rinex V2.11 file, rewrite it, then open the new file. An exception occurs at the last step.

Issue

  • If our file has a header with M (Mixed) value for satellite System , it will be read but when printing the header, in systemChar(), systemString(), systemString3() functions we are missing the M (Mixed) case which will lead to "? (Unknown)". When opening the new file, an exception will be raised saying that Unknown is not supported.

Proposed correction

  • Add a case for SatelliteSystem::Mixed in systemChar(), systemString(), systemString3() functions in file RinexSatID.cpp.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant