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 3ed14f6 commit 8fbe601Copy full SHA for 8fbe601
bin/heudiconv
@@ -1690,7 +1690,7 @@ possibly pointing to pre-registration (if public or embargoed)
1690
events_file = fpath[:-len(suf)] + '_events.tsv'
1691
lgr.debug("Generating %s", events_file)
1692
with open(events_file, 'w') as f:
1693
- f.write("onset\tduration\ttrial_type\tTODO -- fill in rows and add more tab-separated columns if desired")
+ f.write("onset\tduration\ttrial_type\tresponse_time\tstim_file\tTODO -- fill in rows and add more tab-separated columns if desired")
1694
1695
# - extract tasks files stubs
1696
for task_acq, fields in tasks.items():
0 commit comments