Skip to content

Commit 1604b5e

Browse files
committed
Merge branch 'eyelink' of https://github.com/jshanna100/mne-bids-pipeline into eyelink
2 parents a96998c + 926b742 commit 1604b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mne_bids_pipeline/_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@
11471147

11481148
remove_blink_saccades: bool = True
11491149
"""
1150-
Apparently not implemented?
1150+
Currently not implemented
11511151
"""
11521152

11531153
sync_eventtype_regex: str = ""
@@ -1166,7 +1166,7 @@
11661166
11671167
???+ example "Example"
11681168
```python
1169-
sync_eventtype_regex_et = ".*_grab_this" # select all events with some text, immediately followed by "_grab_this"
1169+
sync_eventtype_regex_et = ".*_grab_that" # select all events with some text, immediately followed by "_grab_that"
11701170
```
11711171
"""
11721172
sync_heog_ch: tuple[str, str] | str | None = None

0 commit comments

Comments
 (0)