Closed larsoner closed 9 months ago
@JD-Zhu short version here is that if you do raw.set_annotations(...)
on a file before calling write_raw_bids
, it automatically converts annotations to events and puts them in _events.tsv
. Can you check this file that I generated on 5e12441 against one you generated to make sure they match? Had to rename the extension to make GitHub happy with the upload:
@JD-Zhu short version here is that if you do
raw.set_annotations(...)
on a file before callingwrite_raw_bids
, it automatically converts annotations to events and puts them in_events.tsv
. Can you check this file that I generated on 5e12441 against one you generated to make sure they match? Had to rename the extension to make GitHub happy with the upload:
Yep I have checked this events file and it matches the one I generated.
@larsoner Should we merge this PR?
Yes if you're happy feel free and we can keep iterating in future PRs
Turning this into a PR so we can see the diff easily @JD-Zhu !