We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a96998c + 926b742 commit 1604b5eCopy full SHA for 1604b5e
mne_bids_pipeline/_config.py
@@ -1147,7 +1147,7 @@
1147
1148
remove_blink_saccades: bool = True
1149
"""
1150
-Apparently not implemented?
+Currently not implemented
1151
1152
1153
sync_eventtype_regex: str = ""
@@ -1166,7 +1166,7 @@
1166
1167
???+ example "Example"
1168
```python
1169
- sync_eventtype_regex_et = ".*_grab_this" # select all events with some text, immediately followed by "_grab_this"
+ sync_eventtype_regex_et = ".*_grab_that" # select all events with some text, immediately followed by "_grab_that"
1170
```
1171
1172
sync_heog_ch: tuple[str, str] | str | None = None
0 commit comments