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
preprocessing_order : Since we used fmriprep pre-processed data, the only pre-processing our team carried out was denoising the fmriprep pre-processed data using the confounds files generated from fmriprep and a denoiser package (https://github.com/arielletambini/denoiser).
noise_removal : Nuisance regression of 10 confounds from confounds.tsv file from fmriprep using a denoiser package (https://github.com/arielletambini/denoiser). We regressed out the following: White Matter, CSF, Framewise Displacement, stdDVARS, and 6 motion parameters (X, Y, Z, RotX, RotY, RotZ)
spatial_smoothin : 5mm FWHM spatial smoothing carried out in FSL as part of FEAT analysis in the fmriprep MNI space preprocessed data.
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.
Softwares
FSL 5.0.9
Custom code : denoiser package (https://github.com/arielletambini/denoiser).
Input data
derivatives (fMRIprep)
Additional context
preprocessing_order
: Since we used fmriprep pre-processed data, the only pre-processing our team carried out was denoising the fmriprep pre-processed data using the confounds files generated from fmriprep and a denoiser package (https://github.com/arielletambini/denoiser).noise_removal
: Nuisance regression of 10 confounds from confounds.tsv file from fmriprep using a denoiser package (https://github.com/arielletambini/denoiser). We regressed out the following: White Matter, CSF, Framewise Displacement, stdDVARS, and 6 motion parameters (X, Y, Z, RotX, RotY, RotZ)spatial_smoothin
: 5mm FWHM spatial smoothing carried out in FSL as part of FEAT analysis in the fmriprep MNI space preprocessed data.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: