help > RE: Importing multiple events.tsv files per subject
Aug 27, 2022  10:08 AM | Alfonso Nieto-Castanon - Boston University
RE: Importing multiple events.tsv files per subject
Hi Mark,
In CONN sessions and runs are treated interchangeably (just as multiple functional files per subject, later to be assigned to different conditions). In general, for any arbitrary location/naming structure of your .tsv files, you may simply define a list of all of your individual .tsv files (with the form files{subjectnumber}{sessionnumber}=filename, e.g.

   clear files;
   files{1}{1}='somefile.tsv';
   files{1}{2}='someotherfile.tsv';
   etc.

and then use the syntax:

   conn_importcondition(files);

to import the condition definition information from those files

Best
Alfonso
Originally posted by Mark Wagshul:
Kylie,

Hi. I'm running into this same issue, were you ever able to resolve this? It seems to me, from what I've read, that standard BIDS format only has one events file per session, so how does it deal with multiple runs?

Thanks!

Mark W.

Threaded View

TitleAuthorDate
Kylie Isenburg Jun 7, 2021
Mark Wagshul Aug 25, 2022
RE: Importing multiple events.tsv files per subject
Alfonso Nieto-Castanon Aug 27, 2022