analyse_stored_buffers
feed a set of filnames from an AFHBA404 capture
eg:
find /data/ACQ400DATA/0/acq2106_096/ -type f -name 0.?? | sort -n | ./analyse_stored_buffers.py
for each buffer
report an error if it’s NOT in sequence
for each buffer, compare the last 1K with the last 1K of the same buffer previous cycle
if it’s the SAME (aka buffer overwrite not complete), then report an error.
@todo: do this as a subprocess. I failed to get a pipeline to work from python …