Menu

#62 RINEX 2.11 reader requires optional WAVELENGTH FACT L1/2

open-fixed
nobody
None
5
2013-02-14
2013-01-21
Doug Morgan
No

From RinxeObsHeader.hpp:
waveFactValid = 0x0400, ///< "WAVELENGTH FACT L1/2"
and:
allValid211 = 0x080002FEB
So, the reader then requires a wavelength fact header line. This is incorrect as http://igscb.jpl.nasa.gov/igscb/data/format/rinex211.txt clearly says that line is optional.
This bug is in at least gpstk-2.0.src.tar.gz

Discussion

  • Brian W Tolman

    Brian W Tolman - 2013-02-14
    • status: open --> open-fixed
     
  • Brian W Tolman

    Brian W Tolman - 2013-02-14

    This is fixed in /dev with rev 3344
    It can easily be fixed in code by replacing line 149 of src/RinexObsHeader.hpp
    allValid211 = 0x080002FEB
    with
    allValid211 = 0x080002BEB

    and line 171 of src/Rinex3ObsHeader.hpp
    allValid2 = 0x801607CB,
    with
    allValid2 = 0x801207CB,