voxelclassify functioncamino_voxelclassify.RdPerforms the Camino voxelclassify function
camino_voxelclassify(infile, scheme, outfile = NULL,
outputdatatype = NULL, mask = NULL, bgthresh = NULL,
csfthresh = NULL, order = 4, ftest = NULL, verbose = TRUE)| infile | input filename |
|---|---|
| scheme | Scheme file |
| outfile | output filename |
| outputdatatype | Specifies the data type of the output image, only
relevant if |
| mask | Character or |
| bgthresh | background threshold value. If |
| csfthresh | CSF threshold value |
| order | Set the maximum even spherical harmonic order that will be considered by the program. Must be a positive even number. Default is 4. |
| ftest | Specifies the F-test thresholds for adopting higher order models. A threshold must be provided for every order between 0 and the maximum order. The program will not consider a higher order model unless the result of the F-test is smaller than the relevant threshold. |
| verbose | Print diagnostic messages |