Index TableOfContents

Name

mri_surfcluster - This tool allows you to cluster surface data.

Synopsis

This program assigns each vertex on a cortical surface to a cluster based on the distribution of intensity values in the source file. A vertex must meet two criteria to be part of a cluster. First, its intensity must fall within a certain range (the intensity threshold criteria). Second, it must be part of a contiguous set of vertices that meet the threshold criteria and whose surface area is greater than a minimum.

There are three types of output. (1) Summary file - simple text file with a list of clusters found including maximum value, area, and talairach coordinate. (2) Filtered - identical to the input except that vertices not assigned to a cluster are set to 0. (3) Cluster number surface - this has the same format as the input and filtered output except that the value at each vertex is the cluster number assigned to it.

Arguments

#

#

#

#

#

#

#

#

#

#

#

#

#

#

#

# SETTING THE CLUSTER INTENSITY THRESHOLD CRITERIA

Vertices on the surface are excluded or included, in part, based on their intensity. For a vertex to be included, its value (ie, intensity) must be within a certain range (namely, between the minimum threshold, set with --thmin, and the maximum threshold, set with --thmax). While thmin and thmax must be positive values, the sign of the threshold can be set with --thsign. However, if thmax is negative, then the maximum threshold will be set to infinity. For example, if --thmin 2 --thmax 5 --thsign pos, then all vertices with values between (positive) 2 and 5 will be candidates for clustering. However, if --thsign abs is used instead, then all vertices between -2 and -5 as well as between +2 and +5 will be candidates. #

#

Outputs

#

#

#

#

Bugs

Currently only supports paint (or w) format for input and output.