📜  fslmeants - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:42.159000             🧑  作者: Mango

代码示例1
# 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