Hi Yoon - Sorry, the tractstats2table script is for measures that are specific to each tract. The motion measures are extracted from the entire DWI data set, so they're not specific to a given tract. You can concatenate the dwi_motion.txt files like this:
source dmrirc foreach subj ($subjlist) echo $subj `tail -n 1 $dtroot/$subj/dmri/dwi_motion.txt` >> motion.txt end
a.y
On Fri, 14 Nov 2014, Chung, Yoonho wrote:
Hi Anastasia,
I was wondering if there is a flag in the tractstats2table function that extracts all the variables in the dwi_motion.txt file for all subjects and put them into a single spreadsheet. Thanks!
Best, Yoon