ckemere

Results 14 issues of ckemere

A constant challenge is reading .nel files that have been stored using a previous version of nelpy. For example, a student recently trying to run my MIND tutorial encountered the...

help wanted
core

Consider using Dask? http://dask.pydata.org/en/latest/spec.html

Just starting to play around with Pynapple, and I find a few expected IntervalSet functions missing. I'd love to be able to ``` slightly_larger_interval = intervals.expand(0.1) slightly_smaller_interval = intervals.contract(0.1) ```...

I use read() in a tight loop where I write microphone data to a file using python-soundfile. I've found it helpful to create a version of the read function that...