dipy_recobundles#
Synopsis#
Recognize bundles
Usage#
dipy_recobundles [OPTIONS] streamline_files model_bundle_files
Input Parameters#
streamline_filesThe path of streamline files where you want to recognize bundles.
model_bundle_filesThe path of model bundle files.
General Options#
--greater_thanKeep streamlines that have length greater than this value in mm. (default: 50)
--less_thanKeep streamlines have length less than this value in mm. (default: 1000000)
--no_slrDon’t enable local Streamline-based Linear Registration. (default: False)
--clust_thrMDF distance threshold for all streamlines. (default: 15.0)
--reduction_thrReduce search space by (mm). (default: 15.0)
--reduction_distanceReduction distance type can be mdf or mam. (default: mdf)
--model_clust_thrMDF distance threshold for the model bundles. (default: 2.5)
--pruning_thrPruning after matching. (default: 8.0)
--pruning_distancePruning distance type can be mdf or mam. (default: mdf)
--slr_metricOptions are None, symmetric, asymmetric or diagonal. (default: symmetric)
--slr_transformTransformation allowed. translation, rigid, similarity or scaling. (default: similarity)
--slr_matrixOptions are ‘nano’, ‘tiny’, ‘small’, ‘medium’, ‘large’, ‘huge’. (default: small)
--refineEnable refine recognized bundle. (default: False)
--r_reduction_thrRefine reduce search space by (mm). (default: 12.0)
--r_pruning_thrRefine pruning after matching. (default: 6.0)
--no_r_slrDon’t enable Refine local Streamline-based Linear Registration. (default: False)
Output Options#
--out_dirOutput directory. (default: current directory)
--out_recognized_transfRecognized bundle in the space of the model bundle. (default: recognized.trk)
--out_recognized_labelsIndices of recognized bundle in the original tractogram. (default: labels.npy)
References#
Garyfallidis, E., M. Brett, B. Amirbekian, A. Rokem, S. Van Der Walt, M. Descoteaux, and I. Nimmo-Smith. Dipy, a library for the analysis of diffusion MRI data. Frontiers in Neuroinformatics, 1-18, 2014.