mne-tools / mne-tools/mne-python

Add support for reading old-style Nicolet files (.e extension, single binary file, header+data)

Open
#7,450 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

ENH
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.