Differences between revisions 1 and 2
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
   --paired-diff : compute paired diff (1-2, 3-4, etc)    --paired-diff : compute paired diff (1-2, 3-4, etc)
Line 8: Line 9:
Line 9: Line 11:
Line 10: Line 13:
Line 13: Line 17:
Line 18: Line 23:
Line 19: Line 25:
Line 20: Line 27:
Line 21: Line 29:
Line 22: Line 31:
Line 23: Line 33:

USAGE: mri_concat

  • --i invol <--i invol ...> (don't need --i) --o out --paired-diff : compute paired diff (1-2, 3-4, etc) --paired-diff-norm : same as paired-diff but scale by TP1,2 average --paired-diff-norm1 : same as paired-diff but scale by TP1 --paired-diff-norm2 : same as paired-diff but scale by TP2 --mean : compute mean of concatenated volumes --help print out information on how to use this program --version print out version and exit

Concatenates input data sets. EXAMPLES:

  • mri_concat --i f1.mgh --i f2.mgh --o cout.mgh mri_concat f1.mgh f2.mgh --o cout.mgh mri_concat f*.mgh --o cout.mgh mri_concat f*.mgh --o coutmn.mgh --mean mri_concat f*.mgh --o coutdiff.mgh --paired-diff mri_concat f*.mgh --o coutdiff.mgh --paired-diff-norm mri_concat f*.mgh --o coutdiff.mgh --paired-diff-norm1

mri_concat (last edited 2017-11-22 18:41:12 by MorganFogarty)