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.
1 parent 604ab34 commit 3052ff2Copy full SHA for 3052ff2
mne_bids/read.py
@@ -604,6 +604,7 @@ def events_file_to_annotation_kwargs(events_fname: str | Path) -> dict:
604
>>>
605
>>> # Read the events file using the function
606
>>> events_dict = events_file_to_annotation_kwargs(events_file)
607
+ Reading events from /tmp/events.tsv.
608
>>> events_dict
609
{'onset': array([0.1, 0.2, 0.3]),
610
'duration': array([0.1, 0.1, 0.1]),
0 commit comments