mne-tools / mne-tools/mne-python
Add support for reading old-style Nicolet files (.e extension, single binary file, header+data)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.5k
- Forks
- 1.6k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 100
Description
I'm sorry but I have only a single .e file. The 'mne.io.read_raw_nicolet' function needs a '.data' and a '.head' files, but I don't really know what they are from. Can I have the only .e file as input and get the mne raw data objective?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with mne.io.read_raw_nicolet and inspect how it currently handles the separate .data and .head files. Determine the structure of the single old-style .e file from the issue's header-plus-data description, then define support for using that file as input and returning MNE raw data. Confirm the behavior with a representative .e file if one is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100