Answers for "fslmeants"

0

fslmeants

# Extract a timecourse from fMRI (fmri_img) using a binary mask (mask_roi) 
# usually a standard space 4D fMRI dataset and some atlas-defined region.
# fslmeants extracts an average value for the roi at each time point
# and puts it in the txt file named after the -o flag.

fslmeants -i fmri_img -o fmri_img.txt mask_roi
Posted by: Guest on April-10-2021

Code answers related to "fslmeants"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language