You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When all events in a task do not have a duration ("instantaneous" events or onsets/offsets), it might be best to remove the EEG.event.duration field and then have n/a for all rows in BIDS _events.tsv.
When all events in a task do not have a duration ("instantaneous" events or onsets/offsets), it might be best to remove the
EEG.event.duration
field and then haven/a
for all rows in BIDS_events.tsv
.The following line should be modified to implement this feature:
https://github.com/sccn/bids-matlab-tools/blob/b53c87f624373f1c0bc02b85278a4c888e38a7be/bids_writeeventfile.m#L112
The second condition should be removed. The line should looklike:
Then the code would put
n/a
for duration:https://github.com/sccn/bids-matlab-tools/blob/b53c87f624373f1c0bc02b85278a4c888e38a7be/bids_writeeventfile.m#L179-L183
I tested this feature in RC3 of the HBN dataset:
/home/sshirazi/yahya/cmi_bids_R3_RC3
The text was updated successfully, but these errors were encountered: