Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

fslmeants fslstats time series

# Extract a timecourse from fMRI (fmri_img) using a binary mask (mask_roi) 
# usually a standard space 4D fMRI dataset and some atlas-defined mask region
# (mask_roi)
# 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 -m mask_roi

# Note fslstats can provide the same result with the -t flag:
fslstats -t fmri_img -k mask_roi -M
Comment

PREVIOUS NEXT
Code Example
Shell :: return wm_class 
Shell :: Terabyte 
Shell :: awk string match 
Shell :: grafana loki windows 
Shell :: extrapolate part of video linux 
Shell :: how to look for issues you are assignd to on github 
Shell :: synology virtual machine install agent 
Shell :: mining from cli 
Shell :: Crear repo para git hub 
Shell :: checkout file of different commit 
Shell :: command in git to close txt file 
Shell :: attached the name of the folder to the file in linux 
Shell :: how to count size dir with cli linux 
Shell :: microstack connect to mysql server 
Shell :: aexprot bash varible to another script 
Shell :: git clone a branch submodules 
Shell :: Get CB Defense registry 
Shell :: team viewer centos 
Shell :: start up chronyd 
Shell :: how to apply a svn patch git 
Shell :: linux inhalt einer textdatei anzeigen 
Shell :: system reported a problem ubuntu 
Shell :: windowscommand to delete direcoty with specified name recursivel 
Shell :: delelte snap install cmd 
Shell :: openssl new certificate one line 
Shell :: batch file to install multiple programs 
Shell :: create ionic v3 project 
Shell :: bash set+x hide 
Shell :: fixing system permission issues in ubuntu 
Shell :: install tripwire in linux 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =