McIntosh-Lab / tvb-ukbb

TVB-UKBB Pipeline: TheVirtualBrain implementation of the UK Biobank pipeline
Other
23 stars 12 forks source link

add support for processing multiple resting-state/task fMRI files #64

Closed noahfl closed 3 years ago

noahfl commented 3 years ago

As it stands, the pipeline can only accept one rfMRI file and one tfMRI file. This issue and corresponding project entry will chronicle the steps taken to rewrite the functional pipeline so that it accepts an arbitrary number of rfMRI/tfMRI files. Below is a task list that should encompass all required to pull this off. Bolded tasks are main tasks while unbolded ones are sub-tasks underneath the main task. Git markdown doesn't let you make sub-task-lists so this is the next best way.

noahfl commented 3 years ago

Implement multiple fMRI files

shen4brains commented 3 years ago

Adding iterative field map correction to this issue. Field map correction has been implemented in branch camCAN_fmap but is currently hard-coded for creating the resting-state field map only. Needs to be re-coded to iterate through different field maps to match each fMRI iteration. Relevant code bits to be changed are here: