Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2007-01-26 10:54:31
Size: 883
Editor: MarkFenske
Comment:
Revision 4 as of 2017-11-22 18:02:09
Size: 494
Comment:
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
   --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
= Description =
Line 12: Line 9:
   --help print out information on how to use this program
   --version print out version and exit
= Synopsis =
mri_segstats --seg <segvol> --annot <subject hemi parc> --slabel <subject hemi label> --sum <file>
Line 15: Line 12:
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
= Arguments =
Line 25: Line 14:
== 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

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)