|
Size: 2140
Comment: Fixed BruceFischl so it is a wiki link
|
Size: 2431
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 10: | Line 10: |
| [[TableOfContents]] | <<TableOfContents>> |
| Line 14: | Line 14: |
| mri_fill - Creates hemispheric cutting planes and fills white matter with specific values for subsequent surface tesselation. | mri_fill - creates hemispheric cutting planes and fills white matter with specific values for subsequent surface tesselation |
| Line 17: | Line 17: |
| usage: mri_fill [options] <input MR directory> <output MR directory> | mri_fill [options] <input MR directory> <output MR directory> |
| Line 20: | Line 20: |
| Line 23: | Line 22: |
| || <input MR directory> || input directory || || <output MR directory> || output directory || |
|
| Line 24: | Line 27: |
| none | |
| Line 26: | Line 30: |
| -T <threshold> - specify fill_holes threshold (default=1) -xform <xformname> - use xform dst offset to get an accurate Talairach volume Seed point options in Talairach coordinates: -C <x> <y> <z> - the Talairach coords of the seed for the corpus callosum -P <x> <y> <z> - the Talairach coords of the seed for the pons -lh <x> <y> <z> - the Talairach coords of the white matter seed for the left hemisphere -rh <x> <y> <z> - the Talairach coords of the white matter seed for the right hemisphere Alternative seed point options in voxel coordinates: -CV <x> <y> <z> - the voxel coords of the seed for the corpus callosum -PV <x> <y> <z> - the voxel coords of the seed for the pons |
=== General === || -T <threshold> || specify fill_holes threshold (default=1)|| || -xform <xformname> ||use xform dst offset to get an accurate Talairach volume|| || -segmentation <filename> || aseg volume used to perform fill || || -atlas <filename> || specify atlas to use for auto-filling || || -fillven || fill ventricles || === Seed point options in Talairach coordinates === ||-C <x> <y> <z> || Talairach coords of the seed for the corpus callosum|| ||-P <x> <y> <z> || Talairach coords of the seed for the pons|| ||-lh <x> <y> <z> || Talairach coords of the white matter seed for the left hemisphere|| ||-rh <x> <y> <z> || Talairach coords of the white matter seed for the right hemisphere|| === Alternative seed point options in voxel coordinates === || -CV <x> <y> <z> || voxel coords of the seed for the corpus callosum|| || -PV <x> <y> <z> || voxel coords of the seed for the pons|| |
| Line 43: | Line 51: |
| This program creates hemispheric cutting planes and fills white matter with specific values for subsequent surface tessellation. | |
| Line 47: | Line 55: |
| {{{ | |
| Line 48: | Line 57: |
| }}} | |
| Line 52: | Line 61: |
| None | |
| Line 55: | Line 64: |
| ["mri_segment"], | [[mri_segment]] |
| Line 59: | Line 68: |
= Methods Description = = References = |
Index
Contents
Name
mri_fill - creates hemispheric cutting planes and fills white matter with specific values for subsequent surface tesselation
Synopsis
mri_fill [options] <input MR directory> <output MR directory>
Arguments
Positional Arguments
<input MR directory> |
input directory |
<output MR directory> |
output directory |
Required Flagged Arguments
none
Optional Flagged Arguments
General
-T <threshold> |
specify fill_holes threshold (default=1) |
-xform <xformname> |
use xform dst offset to get an accurate Talairach volume |
-segmentation <filename> |
aseg volume used to perform fill |
-atlas <filename> |
specify atlas to use for auto-filling |
-fillven |
fill ventricles |
Seed point options in Talairach coordinates
-C <x> <y> <z> |
Talairach coords of the seed for the corpus callosum |
-P <x> <y> <z> |
Talairach coords of the seed for the pons |
-lh <x> <y> <z> |
Talairach coords of the white matter seed for the left hemisphere |
-rh <x> <y> <z> |
Talairach coords of the white matter seed for the right hemisphere |
Alternative seed point options in voxel coordinates
-CV <x> <y> <z> |
voxel coords of the seed for the corpus callosum |
-PV <x> <y> <z> |
voxel coords of the seed for the pons |
Outputs
filled |
The filled volume for the cortical reconstruction- used for subsequent surface tesselation. |
Description
This program creates hemispheric cutting planes and fills white matter with specific values for subsequent surface tessellation.
Examples
Example 1
mri_fill SUBJECT/mri/wm/. SUBJECT/mri/filled
Takes a subjects wm volume as input and uses this to find cutting planes to seperate the hemispheres and remove the brainstem, and fills hemispheres with specific values as filled volume output.
Bugs
See Also
Links
Reporting Bugs
Report bugs to <analysis-bugs@nmr.mgh.harvard.edu>
