mwaskom / lyman

Data pipelines and analysis library for functional MRI

Home Page:http://www.cns.nyu.edu/~mwaskom/software/lyman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle single-session experiments without specifying session

mwaskom opened this issue · comments

For single session experiments, it shouldn't be necessary to assign runs to sessions. In the session info structure, instead of a dict of sess->[runs] for each subject, there should just be a list of runs. In the output directory hierarchy, the time series directory parameterization can just have the run number. Additionally this can skip some processing in the template definition but just passing back out the single reg file and template space.

Deciding against this as it adds too much complexity. People should do multiple sessions!