Skip to content

Commit

Permalink
revised code for reading eyelink eyetracker data, initially by Domini…
Browse files Browse the repository at this point in the history
…k Welke (4a390cc) . co-authored by Dominik Welke <[email protected]> [ci skip][skip azp][skip actions]

refactored code for reading eyelink eyetracker data, initially by Dominik Welke (4a390cc) . co-authored by Dominik Welke <[email protected]> [ci skip][skip azp][skip actions]

account for missing timestamps between recording blocks [ci skip][skip azp][skip actions]

refactored code and removed get_data_spec function (To be done on another branch) [ci skip][skip azp][skip actions]
  • Loading branch information
scott-huberty committed Jan 15, 2023
1 parent a79807a commit c8bb4e8
Show file tree
Hide file tree
Showing 8 changed files with 734 additions and 449 deletions.
2 changes: 1 addition & 1 deletion mne/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
read_evoked_fieldtrip)
from .nihon import read_raw_nihon
from ._read_raw import read_raw
from .eyetrack import read_raw_eyelink
from .eyetracking import read_raw_eyelink

# for backward compatibility
from .fiff import Raw
Expand Down
179 changes: 0 additions & 179 deletions mne/io/eyetrack/ParseEyeLinkAscFiles_.py

This file was deleted.

Loading

0 comments on commit c8bb4e8

Please sign in to comment.