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'
|
0
|
8 --output_trackvis_header '$output_trackvis_header'
|
|
9 --output_superiorfrontal_nifti '$output_superiorfrontal_nifti'
|
|
10 ]]></command>
|
|
11 <inputs>
|
|
12 <param name="drmi_dataset" type="select" label="dRMI dataset">
|
|
13 <option value="stanford_t1" selected="true">stanford_t1</option>
|
|
14 </param>
|
|
15 </inputs>
|
|
16 <outputs>
|
5
|
17 <data name="output_superiorfrontal_nifti" format="nifti1" label="${tool.name}: Superiorfrontal" />
|
|
18 <data name="output_trackvis_header" format="txt" label="${tool.name}: Superiorfrontal Track Visualization Header" />
|
0
|
19 </outputs>
|
|
20 <tests>
|
|
21 <test>
|
|
22 </test>
|
|
23 </tests>
|
|
24 <help>
|
|
25 **What it does**
|
|
26
|
|
27 Uses the target function to target streamlines that either pass through or do
|
|
28 not pass through some region of the brain, the connectivity_matrix groups function
|
|
29 to count streamlines based on where in the brain they begin and end and the density
|
|
30 map function to count the number of streamlines that pass though every voxel of some image.
|
|
31
|
|
32 -----
|
|
33
|
|
34 **Options**
|
|
35
|
|
36 </help>
|
|
37 <citations>
|
|
38 </citations>
|
|
39 </tool>
|