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