compare-unfold.py: add bit-level comparison between my and Marisa's programs.
authorW. Trevor King <wking@tremily.us>
Tue, 16 Oct 2012 17:55:49 +0000 (13:55 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 16 Oct 2012 17:55:49 +0000 (13:55 -0400)
commit59c7729c093fe9712a884de2c43a2716866958a7
treeca507e2c9761f590227c16ee60d165c564d42ddd
parentd58f6f2fe3b172573eac3aa2ca94221033659985
compare-unfold.py: add bit-level comparison between my and Marisa's programs.

Marisa was using Prof. Yang's LabVIEW unfolder, while I use my
pyafm-based unfolder.  The `compare-unfold.py` script allows bit-level
comparison between the two approaches, reading the native data saved
by each approach.  Here's an example using local data on my system:

  $ ./compare-unfold.py \
    ~/rsrch/analysis/labview-comparison/gyang/2012-10-01-unfold/ \
    ~/rsrch/analysis/labview-comparison/wking/unfold/
posts/Comparing_velocity_clamp_experiments/compare-unfold.py [new file with mode: 0755]