You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The updated version is available in the lydia branch.
This branch (sitting on top of lcid branch) contains the following updates:
Improved argument parsing for multiple functions to allow embedding of more bids identifiers, specifically including sessions.
Adding the fmrwhy_workflow_qc_singleSub workflow to handle the preproc+qc of a single subject separately
Abstraction of the fmrwhy_workflow_qc_singleSub from `fmrwhy_workflow_qc', where the latter loops through specified subjects in a BIDS dataset and calls the former per subject.
Adding multiple new options to the settings (via fmrwhy_settings_template), including:
options.coreg_type which could be set to per_task, per_run, or to_template
Refactoring options.anat_template_session as follows:
% Default behaviour is that session-specific T1w images are used for coregistration of functional% data in the same session (options.anat_template_session = '')% Custom behaviour is introduced if a template session is selected (e.g. options.anat_template_session = '1')% In the latter case the template session T1w image is copied to other sessions (and renamed accordingly)% in order to simplify processing steps and avoid duplication+overwriting of results. This% is then followed by the same procedure as session-specific coregistration.% Copying is only done in the derivatives directory, BIDS dataset data are left untouched.% This has obvious (possibly bad) implications for interpreting the preprocessed data,% but it is deemed fine (for now) if we remain aware of this.
options.anat_template_session ='';
TODO:
the behaviour of the structural-functional coregistration based on options.coreg_type still need to be finalised and tested
the accompanying behaviour of the realignment also needs to be finalised
the final step, report generation, needs to be updated to take the above updates into account
The text was updated successfully, but these errors were encountered:
@lydiatgit
The updated version is available in the
lydia
branch.This branch (sitting on top of
lcid
branch) contains the following updates:fmrwhy_workflow_qc_singleSub
workflow to handle the preproc+qc of a single subject separatelyfmrwhy_workflow_qc_singleSub
from `fmrwhy_workflow_qc', where the latter loops through specified subjects in a BIDS dataset and calls the former per subject.fmrwhy_settings_template
), including:options.coreg_type
which could be set toper_task
,per_run
, orto_template
options.anat_template_session
as follows:TODO:
options.coreg_type
still need to be finalised and testedThe text was updated successfully, but these errors were encountered: