Skip to content

Commit 8fbe601

Browse files
committed
ENH: add response_time (to match master) and stim_file column to events.tsv template
1 parent 3ed14f6 commit 8fbe601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/heudiconv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ possibly pointing to pre-registration (if public or embargoed)
16901690
events_file = fpath[:-len(suf)] + '_events.tsv'
16911691
lgr.debug("Generating %s", events_file)
16921692
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")
1693+
f.write("onset\tduration\ttrial_type\tresponse_time\tstim_file\tTODO -- fill in rows and add more tab-separated columns if desired")
16941694

16951695
# - extract tasks files stubs
16961696
for task_acq, fields in tasks.items():

0 commit comments

Comments
 (0)