--
You received this message because you are subscribed to the Google Groups "swiftnav-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swiftnav-discu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Unfortunately there a couple known issues with the RINEX export as well as something subtle about the way the observations are generated that makes them not compatible with RTKlib and a number of other RTK implementations, despite working well with our RTK filter.
Is there a reason not to use the built in RTK filter?
Do you think we could achieve better accuracy by cancelling out the clock error corrections that are applied by Piksi's firmware?
Here are my findings. The RINEX 2.11 format specifies that:
- Time of week should be the receiver time of the measurement, so satellite clock offset should not be applied
- Pseudorange is defined as : PR = distance + c * (receiver clock offset - satellite clock offset + other biases)
After taking a look at Piksi source-code (libswiftnav/src/track.c), I've found the following lines that could make observations not "RINEX compliant":