INM-6 / python-neo

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
http://packages.python.org/neo/
BSD 3-Clause "New" or "Revised" License
3 stars 10 forks source link

Fixed channel_id in Unit annotations always 144 and unit_id always 1 in BlackrockIO #37

Closed muellerbjoern closed 6 years ago

muellerbjoern commented 6 years ago

The channel_id und unit_id values were determined in a for loop and saved to a list. When reading them to set the annotations the temporary variables that contain only the last values were read. Now the values are read from the list as originally intended.

muellerbjoern commented 6 years ago

This pull request was supposed to be at NeuralEnsemble, I will reopen it there. Sorry for the mistake.