Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2004-08-18 18:43:53
Size: 1166
Editor: YasunariTosa
Comment:
Revision 5 as of 2004-08-25 11:43:49
Size: 1906
Editor: DavidTuch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
mri_info gives the information (voxel sizes, width, height, depth, and direction cosines etc) on the volume. mri_info - provides information about the volume
Line 13: Line 13:
mri_info <volume> mri_info inputvolume
Line 15: Line 15:
= Positional Arguments =

=
Required Flagged Arguments =

= Opti
onal Flagged Arguments =
=Arguments =
=
= Positional Arguments ==
|| volume || input volume ||
Line 25: Line 23:
description

= Detailed Flag Description =
== -flagAlpha [a] ==
== -flagBravo [b] ==
mri_info provides information about the volume including voxel size, width, height, depth, direction cosines, etc
Line 32: Line 26:
== Example 1 ==
command foo -i f -o out
mri orig
Line 35: Line 28:
description {{{
Volume information for orig
          type: COR
    dimensions: 256 x 256 x 256
   voxel sizes: 1.0000, 1.0000, 1.0000
          type: UCHAR (0)
           fov: 256.000
        xstart: -128.0, xend: 128.0
        ystart: -128.0, yend: 128.0
        zstart: -128.0, zend: 128.0
            TR: 0.00 msec, TE: 0.00 msec, TI: 0.00 msec, flip angle: 0.00 degrees
       nframes: 1
ras xform present
    xform info: x_r = -1.0000, y_r = 0.0000, z_r = -0.0000, c_r = 5.3997
              : x_a = -0.0000, y_a = 0.0000, z_a = 1.0000, c_a = 18.0000
              : x_s = -0.0000, y_s = -1.0000, z_s = -0.0000, c_s = 0.0000
voxel to ras transform:
               -1.0000 0.0000 -0.0000 133.3997
               -0.0000 0.0000 1.0000 -110.0000
               -0.0000 -1.0000 -0.0000 128.0000
                0.0000 0.0000 0.0000 1.0000
Line 37: Line 50:
== Example 2 ==
command foo -i f -o out -f fvalue
}}}
This is the typical CORONAL volume output.
Line 40: Line 53:
description = Bugs =
None
Line 46: Line 60:
FreeSurfer, FsFast FreeSurfer
Line 50: Line 64:
description
description
N/A
Line 55: Line 68:
["References/Lastname###"] None
Line 58: Line 71:
Report bugs to <analysis-bugs@nmr.mgh.harvard.edu> Report bugs to <freesurfer@nmr.mgh.harvard.edu>
Line 61: Line 74:
Yasunari Tosa YasunariTosa

Name

mri_info - provides information about the volume

Synopsis

mri_info inputvolume

=Arguments =

Positional Arguments

volume

input volume

Outputs

ascii text

description of the volume

Description

mri_info provides information about the volume including voxel size, width, height, depth, direction cosines, etc

Examples

mri orig

Volume information for orig
          type: COR
    dimensions: 256 x 256 x 256
   voxel sizes: 1.0000, 1.0000, 1.0000
          type: UCHAR (0)
           fov: 256.000
        xstart: -128.0, xend: 128.0
        ystart: -128.0, yend: 128.0
        zstart: -128.0, zend: 128.0
            TR: 0.00 msec, TE: 0.00 msec, TI: 0.00 msec, flip angle: 0.00 degrees
       nframes: 1
ras xform present
    xform info: x_r =  -1.0000, y_r =   0.0000, z_r =  -0.0000, c_r =     5.3997
              : x_a =  -0.0000, y_a =   0.0000, z_a =   1.0000, c_a =    18.0000
              : x_s =  -0.0000, y_s =  -1.0000, z_s =  -0.0000, c_s =     0.0000
voxel to ras transform:
               -1.0000   0.0000  -0.0000   133.3997
               -0.0000   0.0000   1.0000  -110.0000
               -0.0000  -1.0000  -0.0000   128.0000
                0.0000   0.0000   0.0000     1.0000

This is the typical CORONAL volume output.

Bugs

None

See Also

["othercommand1"], ["othercommand2"]

Links

FreeSurfer

Methods Description

N/A

References

None

Reporting Bugs

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

Author/s

YasunariTosa

mri_info (last edited 2024-04-16 16:52:59 by YujingHuang)