-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolved merge conflict in mne/io/__init__ and refactored code for ey…
…elink eyetracking functionality. Co-authored by: dominikwelke <[email protected]> [ci skip] [skip azp]
- Loading branch information
1 parent
c87ed30
commit c4fdf49
Showing
5 changed files
with
584 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.