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
Data received in fmriprep pre-processed form; pre-processing steps performed in order specified in fmriprep v1.1.4
"FramewiseDisplacement" column extracted from the fmriprep confounds file for each run, plotted and used to identify volume-to-volume displacement
Extracted 6 columns from fmriprep confounds file for each run (X, Y, Z, RotX, RotY, RotZ) and computed square, temporal derivative, and temporal derivative squared to create 24-column motion confound file (in Python), which were used to plot volume-to-volume displacement for each of a subject's 4 runs
List of tasks
Please tick the boxes below once the corresponding task is finished. 👍
👌 A maintainer of the project approved the issue, by assigning a 🏁status: ready for dev label to it.
🌳 Create a branch on your fork to start the reproduction.
In the description, under independent_vars_first_level :
Other nuisance regressors: 1 column for each volume identified as an outlier (outliers identified based on “non-stdDVARS” and “FramewiseDisplacement” columns from fmriprep confounds files (threshold at 75th percentile + 1.5 times interquartile range)). Each column had value 1 at the timepoint identified as an outlier, and zero at all other timepoints.
What I understand from that is :
compute outliers of the non-stdDVARS column according to the formula
compute outliers of the FramewiseDisplacement column according to the formula
create a regressor from step 1 and 2 (OR operation between the two)
add the regressor in the model, only if there is at least one 1 in the column
I just wanted to be sure it's the right thing to do.
Thanks !
Softwares
FSL 5.0.9
Input data
derivatives (fMRIprep)
Additional context
(copied from spreadsheet)
List of tasks
Please tick the boxes below once the corresponding task is finished. 👍
status: ready for dev
label to it.team_{team_id}.py
inside thenarps_open/pipelines/
directory. You can use a file insidenarps_open/pipelines/templates
as a template if needed.tests/pipelines/test_team_*
as examples.The text was updated successfully, but these errors were encountered: