SGL-UT / gnsstk

The goal of the gnsstk project is to provide an open source library to the satellite navigation community--to free researchers to focus on research, not lower level coding.
Other
113 stars 50 forks source link

Add version check to Glonass Slot Freq No header #25

Open jprillam8 opened 2 months ago

jprillam8 commented 2 months ago

Issue

When printing a Rinex3ObsHeader, version 3.01 files will throw an error if there is no Glonass slot and frequency information. This field (GLONASS SLOT / FRQ #) is optional in version 3.01, and should not emit an error when missing.

Change

Will only throw an exception when missing Glonass slot and frequency information if the Rinex version is 3.02 or higher.