0
|
1 <tool id="linear_fascile_evaluation" name="Linear fascicle evaluation" version="0.13.0">
|
|
2 <description>(LiFE) for tractography results</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__/linear_fascile_evaluation.py'
|
2
|
8 --input '$input'
|
0
|
9 --output_life_candidates '$output_life_candidates'
|
|
10 ]]></command>
|
|
11 <inputs>
|
4
|
12 <param name="input" format="trackvis" type="data" label="Track Visualization Header"/>
|
0
|
13 </inputs>
|
|
14 <outputs>
|
|
15 <data name="output_life_candidates" format="png" label="${tool.name}: LiFE Candidates" />
|
|
16 </outputs>
|
|
17 <tests>
|
|
18 <test>
|
|
19 </test>
|
|
20 </tests>
|
|
21 <help>
|
|
22 **What it does**
|
|
23
|
|
24 Uses a forward model that predicts the signal from each of a set of streamlines, and fits a
|
|
25 linear model to these simultaneous predictions for evaluation of tractography results.
|
|
26
|
|
27 -----
|
|
28
|
|
29 **Options**
|
|
30
|
|
31 </help>
|
|
32 <citations>
|
|
33 </citations>
|
|
34 </tool>
|