0
|
1 <tool id="create_streamlines" name="Create streamlines" version="0.13.0">
|
|
2 <description>within brain images</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="0.13.0">dipy</requirement>
|
|
5 </requirements>
|
|
6 <command detect_errors="exit_code"><![CDATA[
|
2
|
7 python '$__tool_directory__/create_streamlines.py'
|
11
|
8 --input $input
|
|
9 --input_extra_files_path '$input.extra_files_path'
|
0
|
10 --output_trackvis_header '$output_trackvis_header'
|
|
11 --output_superiorfrontal_nifti '$output_superiorfrontal_nifti'
|
11
|
12 --output_superiorfrontal_nifti_files_path '$output_superiorfrontal_nifti.files_path'
|
10
|
13 &>/dev/null
|
0
|
14 ]]></command>
|
|
15 <inputs>
|
11
|
16 <param name="input" type="data" format="nifti1" label="dRMI dataset and label map"/>
|
0
|
17 </inputs>
|
|
18 <outputs>
|
5
|
19 <data name="output_superiorfrontal_nifti" format="nifti1" label="${tool.name}: Superiorfrontal" />
|
9
|
20 <data name="output_trackvis_header" format="trackvis" label="${tool.name}: Superiorfrontal Track Visualization Header" />
|
0
|
21 </outputs>
|
|
22 <tests>
|
|
23 <test>
|
|
24 </test>
|
|
25 </tests>
|
|
26 <help>
|
|
27 **What it does**
|
|
28
|
|
29 Uses the target function to target streamlines that either pass through or do
|
|
30 not pass through some region of the brain, the connectivity_matrix groups function
|
|
31 to count streamlines based on where in the brain they begin and end and the density
|
|
32 map function to count the number of streamlines that pass though every voxel of some image.
|
|
33
|
|
34 -----
|
|
35
|
|
36 **Options**
|
|
37
|
|
38 </help>
|
|
39 <citations>
|
|
40 </citations>
|
|
41 </tool>
|