fmriprep icon indicating copy to clipboard operation
fmriprep copied to clipboard

poor functional brain mask

Open manzouri opened this issue 11 months ago • 0 comments

What happened?

I ran fmriprep 23.2.0 on my data where I have 2 functional (RS and task) , in some subjects I see a poor brain mask that misses some parts of the brain. I wonder how can I fix this or improve this, also how important is the functional mask if I don't use the compcors for regression, where else it affects the results? Screenshot_2024-04-03_01-04-02

What command did you use?

fmriprep-docker $bids_root_dir $out_dir/ \
    participant \
    --participant-label $subject \
    --user $(id -u) \
    --work-dir $wd_dir \
    --skip-bids-validation \
    --md-only-boilerplate \
    --output-spaces MNI152NLin2009cAsym \
    --no-tty \
    --omp-nthreads $nthreads \
    --stop-on-first-crash \
    --mem_mb $mem_mb \
    --fs-license-file /home/common/toolbox/license/license_freesurfer_oct22.txt \
    --notrack

What version of fMRIPrep are you running?

23.2.0

How are you running fMRIPrep?

Docker

Is your data BIDS valid?

Yes

Are you reusing any previously computed results?

No

Please copy and paste any relevant log output.

No response

Additional information / screenshots

No response

manzouri avatar Apr 02 '24 23:04 manzouri