Calculate single point position with E5AltBOC - Fraunhofer-IIS/ogre GitHub Wiki
WARNING:
This is just a RTKLIB hack. It allows to calculate a single point position with the E5 AltBOC signal (OGRP format). The OGRP E5 pseudoranges are converted to RINEX E1 pseudoranges. This means, the ionosphere correction for the E5 pseudoranges is not correct. This leads to an offset in the position. This hack is only to show the less noisy E5 only position, compared to the E1 only position.
git clone https://github.com/Fraunhofer-IIS/RTKLIB.git
cd RTKLIB
git checkout e5altboc_hack
mkdir build
cd build
cmake ..
make
./convbin -r ogrp -f 1 -v 3.02 FILE.ogrp
./rnx2rtkp -t -p 0 -sys E FILE.obs FILE.nav