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

Feature/neuralynxio #20

Closed DoWalther closed 8 years ago

DoWalther commented 8 years ago

Hello @JuliaSprenger and @carloscanova, I'm a practicant working with @ktakagaki He asked me to look into using neo, and I added support for Windows systems to the neuralynxio.py file by making the file separators system independent. The changes are tested both in Windows and on Linux, and should work. Thanks!

JuliaSprenger commented 8 years ago

Thanks for the contribution, it seems to work. I will merge the pull request.