Hi Niels,
I'm guessing you are analysing log files for Piksi tests. You may find
the new --dualgps option to mavflightview.py in MAVProxy useful. It
shows a map view of both GPS tracks if you have two GPS modules
connected to the aircraft.
Here is a dual-GPS log from today:
http://uav.tridgell.net/Meridian/logs/2014-03-06/log61.bin
that used two identical 3DR uBlox GPS modules. You may get slightly
different results as you have SBAS in the US, but at least with
mavflightview.py you can quickly zoom in on any differences.
You can also use mavgraph to analyse GPS differences. For example:
mavgraph.py --marker=. log61.bin 'gps_velocity_df(GPS).y' 'gps_velocity_df(GPS2).y' 'gps_velocity_df(GPS).y-gps_velocity_df(GPS2).y:2'
that shows you the Y velocity (velocity east in ground frame) from the
two GPS modules, along with the difference in velocity on the right
axis. Very useful for getting an idea of the velocity consistency.
if you are using mavproxy you can download the .bin logs over USB
without pulling the SD card out using "log list" and "log
download". Downloads run at about 170kbytes/sec. Use "log status" to see
the status of a download.
Cheers, Tridge