mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 18:02:48 +02:00
7258e10a9a
- Makefile (index): generate an illustrated index of all the measurement runs - Makefile (upload): upload images and index to downloads.qi-hardware.com - collect: added optional directory argument, for cases where the destination directory differs from the local directory - collect: hard-coded remote host to run usrp2_rx_cfile.py at - collect: added . to PATH, for execution of a local copy of atrf-txrx - row: generate entire HTML page, not just the table entries - row: accept a list of prefixes to iterate through - row: highlight rows starting a "new" prefix - viz: corrected sprintf formats from +%...f to %+...f - viz: show negative peak power in red
17 lines
419 B
Makefile
17 lines
419 B
Makefile
RUNS=atusb-sil \
|
|
atusb-20110214-3 atusb-20110214-4 atusb-20110214-5 \
|
|
atusb-20110214-6 atusb-20110214-7 \
|
|
atben-20110115-1 \
|
|
atben-20110123-1 atben-20110123-2 \
|
|
atben-20110219-1 atben-20110219-2 atben-20110219-3 \
|
|
atben-20110219-4 atben-20110219-5
|
|
|
|
all:
|
|
|
|
upload:
|
|
rsync -e ssh --progress index.html *.png \
|
|
www-data@downloads.qi-hardware.com:werner/wpan/20110303/
|
|
|
|
index:
|
|
time ./row $(RUNS) >index.html
|