File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def populate_bids_templates(path, defaults={}):
86
86
events_file = fpath [:- len (suf )] + '_events.tsv'
87
87
lgr .debug ("Generating %s" , events_file )
88
88
with open (events_file , 'w' ) as f :
89
- f .write ("onset\t duration\t trial_type\t response_time" )
89
+ f .write ("onset\t duration\t trial_type\t response_time\t TODO -- fill in rows and add more tab-separated columns if desired " )
90
90
# extract tasks files stubs
91
91
for task_acq , fields in tasks .items ():
92
92
task_file = op .join (path , task_acq + '_bold.json' )
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ def findsome(subdir, extensions):
41
41
long_description = ldict ['__longdesc__' ],
42
42
entry_points = {'console_scripts' : [
43
43
'heudiconv=heudiconv.cli.run:main' ,
44
+ 'heudiconv_monitor=heudiconv.cli.monitor:main' ,
44
45
]},
45
46
install_requires = ldict ['REQUIRES' ],
46
47
extras_require = ldict ['EXTRA_REQUIRES' ],
You can’t perform that action at this time.
0 commit comments