Skip to content

recognize

Module: bundle/recognize

Extract bundles from one (or more) tractograms

Inputs

TypeDescriptionMandatoryPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]true
tractogramsfileTractogram file(s) for bundle extractiontrue*.trk
transformfileTransform matrix bringing the atlas to native spacetrue*.mat
configfileBundle atlas configuration filetrue*.json
directorydirectoryDirectory containing the reference atlastrue

Arguments

TypeDescriptionChoicesDefault
minimal_vote_ratiofloatThe ratio is a value between 0 and 1. Ex: If you have 5 input model directories and a minimal_vote_ratio of 0.5, you will need at least 3 votes.0.5
seedintSeed for random number generator0
processesintNumber of sub-processes to start.1
outlier_alphafloatPercent of the length of the tree that clusters of individual streamlines will be pruned.0.6

Outputs

TypeDescriptionPattern
metamapGroovy Map containing sample information e.g. [ id:'test', single_end:false ]
bundlesfileSegmented and cleaned bundles*.trk
versionsfileFile containing software versionsversions.yml

Tools

DescriptionHomepageDOI
ScilpyThe Sherbrooke Connectivity Imaging Lab (SCIL) Python dMRI processing toolbox.https://github.com/scilus/scilpy.git

Authors

@CHrlS98