vbregion
From VoxBoWiki
(Redirected from Using vbregion)
vbregion prints basic information about regions in 3D stat volumes. Its minimal functionality really needs to be merged with some other programs, but in the meantime, here's the help text:
*** DEPRECATION WARNING -- SEE NOTES ***
VoxBo vbregion (v1.8.5/Jun 14 2011)
summary: region info
usage:
vbregion [<flags>] <cube> ...
flags:
-t <thresh> include voxels where value > threshold
-a <thresh> include voxels where abs(value) > thresh
-m <mask>
notes:
The default threshold is -t 0 (include all positive voxels).
vbregion has been deprecated and is no longer actively maintained.
please use vbim instead, e.g.:
vbim foo.nii -thresh 2.5 -regioninfo
