view create_streamlines.xml @ 8:1f1fdfe9ac4d draft

Uploaded
author greg
date Wed, 29 Nov 2017 13:43:15 -0500
parents 2d06191d7820
children 040ceeb1b740
line wrap: on
line source

<tool id="create_streamlines" name="Create streamlines" version="0.13.0">
    <description>within brain images</description>
    <requirements>
        <requirement type="package" version="0.13.0">dipy</requirement>
    </requirements>
    <command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/create_streamlines.py'
--output_trackvis_header '$output_trackvis_header'
--output_superiorfrontal_nifti '$output_superiorfrontal_nifti'
    ]]></command>
    <inputs>
        <param name="drmi_dataset" type="select" label="dRMI dataset">
            <option value="stanford_t1" selected="true">stanford_t1</option>
        </param>
    </inputs>
    <outputs>
        <data name="output_superiorfrontal_nifti" format="nifti1" label="${tool.name}: Superiorfrontal" />
        <data name="output_trackvis_header" format="txt" label="${tool.name}: Superiorfrontal Track Visualization Header" />
    </outputs>
    <tests>
        <test>
        </test>
    </tests>
    <help>
**What it does**

Uses the target function to target streamlines that either pass through or do
not pass through some region of the brain, the connectivity_matrix groups function
to count streamlines based on where in the brain they begin and end and the density
map function to count the number of streamlines that pass though every voxel of some image.

-----

**Options**

    </help>
    <citations>
    </citations>
</tool>