NeuralEnsemble / 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://neo.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
316 stars 248 forks source link

Adding support for Nicolet .e files #1510

Open MureziCapaul opened 1 month ago

MureziCapaul commented 1 month ago

There is currently no support for .e files produced by NicoletOne systems (now aquired by Natus). Is anyone working on adding support for these files? If not, I will give it a try. The hospital I work in has .e files reaching about a decade back, and it would be great if these were easily available for research.

There already exists a reader in MATLAB (https://github.com/ieeg-portal/Nicolet-Reader), which I will use as a starting point. If anyone has more information on this particular filetype, it would be greatly appreciated.

zm711 commented 1 month ago

@MureziCapaul,

I've never heard of that format and I can say that no one is working on it. Feel free to give it a go and then we can review it when done. Our documentation goes over making a new RawIO and then we have functions to automatically convert it to an IO. See our example rawio for help working on the rawio.

MureziCapaul commented 1 month ago

Thanks for your response, given my other duties at work it will probably take a few weeks until I have a working version, and then I will come back at you. Best, Muri