uwmadison-chm / bioread

Utilities to work with files from BIOPAC's AcqKnowlege software
MIT License
65 stars 23 forks source link

Implement reading selected channels #11

Closed njvack closed 8 years ago

njvack commented 9 years ago

Sometimes (eg, for very large files) it would be good to read only some channels of a biopac file. Probably add a new read()-like method that reads only some channels into memory.

Probably, the this uses the not-yet-implemented streaming, and the standard read() feature uses this.

njvack commented 8 years ago

Fixed in bb733d34a2ff482876fb8bb1b39e135f0014bce3