summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-02-16 19:51:04 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-02-16 19:51:04 +0000
commit6d17e97fad044896c81ffe50542afc3e9b407aab (patch)
treef3d2f0134b063f62904d862d09eda18580f241b0 /gpsprof
parent47680037f88ea0e92ed8e1848d0ed6182431208a (diff)
downloadgpsd-6d17e97fad044896c81ffe50542afc3e9b407aab.tar.gz
All three plot formats are working again.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpsprof b/gpsprof
index 57f25451..4545f197 100755
--- a/gpsprof
+++ b/gpsprof
@@ -105,9 +105,9 @@ class splitplot:
def header(self, fp):
fp.write("#")
for s in splitplot.sentences:
- fp.write("%7s\t" % s)
+ fp.write("%8s\t" % s)
for hn in ("E1", "D1", "W", "E2", "T2", "D2"):
- fp.write("%7s\t" % hn)
+ fp.write("%8s\t" % hn)
fp.write("tag\n# ")
for s in splitplot.sentences + ("E1", "D1", "W", "E2", "T2", "D2"):
fp.write("---------\t")
@@ -120,7 +120,7 @@ class splitplot:
else:
fp.write("- \t")
fp.write("%2.6f %2.6f %2.6f %2.6f %2.6f %2.6f # %s\n" \
- % (session.d_recv_time - session.rs232,
+ % (session.d_recv_time,
session.d_decode_time,
session.poll_time,
session.emit_time,