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

Handling of ChannelIndex #35

Open mdenker opened 7 years ago

mdenker commented 7 years ago

Current BlackrockIO creates a mess with the ChannelIndex, partly because ChannelIndex is somewhat inconsistent. This issue should fix both, the channelindex object, as well as the way its used in the BlackrockIO:

[ ] Differentiate index/channel_indexes/channel_ids/channel_names [ ] Create meaningful names of ChannelIndex objects in BlackrockIO [ ] Make sure only those ChannelIndex objects are created which are used.