Skip to content

Commit

Permalink
Resolved merge conflict in mne/io/__init__ and refactored code for ey…
Browse files Browse the repository at this point in the history
…elink eyetracking

functionality.

Co-authored by: dominikwelke <[email protected]>
[ci skip] [skip azp]
  • Loading branch information
scott-huberty committed Sep 20, 2022
1 parent c87ed30 commit c4fdf49
Show file tree
Hide file tree
Showing 5 changed files with 584 additions and 0 deletions.
1 change: 1 addition & 0 deletions mne/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
read_evoked_fieldtrip)
from .nihon import read_raw_nihon
from ._read_raw import read_raw
from .eyetracking import read_raw_eyelink

# for backward compatibility
from .fiff import Raw
Expand Down
7 changes: 7 additions & 0 deletions mne/io/eyetracking/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""Module for loading Eye-Tracker data"""

# Author: Dominik Welke <[email protected]>
#
# License: BSD-3-Clause

from .eyelink import read_raw_eyelink
Loading

0 comments on commit c4fdf49

Please sign in to comment.