Store wave, bin_info, and wave_info separately in WaveRecord.
authorW. Trevor King <wking@tremily.us>
Thu, 19 Jul 2012 14:20:53 +0000 (10:20 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 19 Jul 2012 14:51:02 +0000 (10:51 -0400)
commit8574937ba2e351820597b6c100bb48af1822de3b
tree9654790f77eb1ecfcabcb618360d57cfd317bb26
parent6c2c99bb35c9bbd3fab649403029e1f46747fe02
Store wave, bin_info, and wave_info separately in WaveRecord.

This makes more sense than storing them as a tuple.

Also, use wave_record.wave_info['bname'] as the name for storing the
wave in the filesystem view returned by packed.load.
igor/packed.py
igor/record/wave.py
test/test.py