Differences between revisions 3 and 4
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
USAGE: mri_concat '''Index'''
<<TableOfContents>>
Line 3: Line 4:
   --i invol <--i invol ...> (don't need --i)
   --o out
= Name =
mri_concat
Line 6: Line 7:
   --paired-diff : compute paired diff (1-2, 3-4, etc)
 
   --paired-diff-norm : same as paired-diff but scale by TP1,2 average
= Description =
Line 10: Line 9:
   --paired-diff-norm1 : same as paired-diff but scale by TP1 = Synopsis =
mri_segstats --seg <segvol> --annot <subject hemi parc> --slabel <subject hemi label> --sum <file>
Line 12: Line 12:
   --paired-diff-norm2 : same as paired-diff but scale by TP2 = Arguments =
Line 14: Line 14:
   --mean : compute mean of concatenated volumes == Required Flagged Arguments ==
|| --seg segvol || input segmentation volume ||
|| --annot subject hemi parc || create a segmentation from hemi.parc.annot ||
Line 16: Line 18:
   --help print out information on how to use this program
Line 18: Line 19:
   --version print out version and exit = Examples =
== Example 1 ==
Line 20: Line 22:
Concatenates input data sets.
EXAMPLES:
  mri_concat --i f1.mgh --i f2.mgh --o cout.mgh
= See Also =
Line 24: Line 24:
  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
= Reporting Bugs =
Report bugs to freesurfer@nmr.mgh.harvard.edu

Index

Name

mri_concat

Description

Synopsis

mri_segstats --seg <segvol> --annot <subject hemi parc> --slabel <subject hemi label> --sum <file>

Arguments

Required Flagged Arguments

--seg segvol

input segmentation volume

--annot subject hemi parc

create a segmentation from hemi.parc.annot

Examples

Example 1

See Also

Reporting Bugs

Report bugs to freesurfer@nmr.mgh.harvard.edu

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