- MNE version: e.g. 0.24.0
- operating system: e.g. Windows 10
Since the data produced by Nicolet device ends in.e instead of.data, MNE official has not updated this kind of method, is there any other method
Since the data produced by Nicolet device ends in.e instead of.data, MNE official has not updated this kind of method, is there any other method
Could you provide some further information why your data (produced by a Nicolet device) ends with .e
?
.e
to .data
?.e
in other toolboxes such as FieldTrip or EEGLAB?If we have some answers to these questions we might consider adding support for this in MNE-Python.
Dear Stefan, I would have the same question as yonglongwen:
I work at an epilepsy hospital and we have a lot of data recorded in the Nicolet format. So far, this data has not been used for analyses and modeling, but we would like to change that. To answer your questions above:
Equipment: The older recordings have been obtained by the equipment from “tauga greining”, but soon this company became Nicolet.
It seems to be the “old” Nicolet format (.e, not .eeg).
The data cannot be loaded simply by manually changing the extension. This makes sense because the .e file contains both the data and the header in a binary format.
FieldTrip (Matlab) has a tool for reading the “new” format
Getting started with Nicolet data - FieldTrip toolbox
and provides a link for the “old” format
GitHub - janbrogger/NicoletEegImportOld: Old program to import Nicolet/Nervus EEG data to EEGLAB. Requires Nicolet DLLs, not stand-alone.
Both, however, are based on a precompiled version of a lost c++ code.
I have also found a Matlab code that supposedly can extract data from the .e binary file
GitHub - ieeg-portal/Nicolet-Reader: Allows users to read Nicolet (.e) files in Matlab
Any help is highly appreciated!!
I am personally not aware of any python reader for these files.
Alex
Dear Stefan,
I’m working on a research project and I got .e files produced from Nicolet Monitor too. I want to do the data preprocessing and modeling further in Python. One possible solution is to change the file type in Matlab from .e to .edf (for example), but it would take forever long to process all those files and incoming new files.
I was wondering if there is any Python solution of this problem?
Best regards,
Yu
Not that I am aware of it
I would try to write a compact conversion code in MATLAB targeted to your files and convert all of them from .e to EDF. → perhaps this can be done such that it runs on a server of your institution in the background, so that you can do this step by step.
Thank you so much!! Feel free to let me know if there is any updates. I really appreciate it. Besides, I am really looking forward to Python solutions, which would definitely help a ton.