1
|
1 <tool id="fast_fiber_tracking" name="Fiber tracking" version="0.13.0">
|
0
|
2 <description>using constrained spherical deconvolution </description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="0.13.0">dipy</requirement>
|
|
5 </requirements>
|
|
6 <command detect_errors="exit_code"><![CDATA[
|
|
7 python '$__tool_directory__/fast_fiber_tracking.py'
|
2
|
8 --input $input
|
|
9 --input_extra_files_path '$input.extra_files_path'
|
0
|
10 --output_csd_direction_field '$output_csd_direction_field'
|
|
11 --output_det_streamlines '$output_det_streamlines'
|
|
12 --output_fa_map '$output_fa_map'
|
2
|
13 --output_fa_map_files_path '$output_fa_map.files_path'
|
1
|
14 &>/dev/null
|
0
|
15 ]]></command>
|
|
16 <inputs>
|
2
|
17 <param name="input" type="data" format="nifti1" label="dRMI dataset"/>
|
0
|
18 </inputs>
|
|
19 <outputs>
|
|
20 <data name="output_csd_direction_field" format="png" label="${tool.name}: CSD direction field" />
|
|
21 <data name="output_det_streamlines" format="png" label="${tool.name}: streamlines" />
|
|
22 <data name="output_fa_map" format="nifti1" label="${tool.name}: fractional anisotropic" />
|
|
23 </outputs>
|
|
24 <tests>
|
|
25 <test>
|
|
26 </test>
|
|
27 </tests>
|
|
28 <help>
|
|
29 **What it does**
|
|
30
|
|
31 Performs fast fiber tracking using constrained spherical deconvolution (CSD) for local reconstruction and generates
|
|
32 deterministic streamlines using the fiber directions (peaks) from CSD and fractional anisotropic (FA) from DTI as a
|
|
33 stopping criteria for the tracking.
|
|
34
|
|
35 -----
|
|
36
|
|
37 **Options**
|
|
38
|
|
39 </help>
|
|
40 <citations>
|
|
41 </citations>
|
|
42 </tool>
|