|
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 --output_life_optimized '$output_life_optimized'
|
|
|
11 --output_error_histograms '$output_error_histograms'
|
|
|
12 --output_beta_histogram '$output_beta_histogram'
|
|
|
13 --output_spatial_errors 'output_spatial_errors'
|
|
5
|
14 &>/dev/null
|
|
0
|
15 ]]></command>
|
|
|
16 <inputs>
|
|
4
|
17 <param name="input" format="trackvis" type="data" label="Track Visualization Header"/>
|
|
0
|
18 </inputs>
|
|
|
19 <outputs>
|
|
|
20 <data name="output_spatial_errors" format="png" label="${tool.name}: Spatial Errors" />
|
|
|
21 <data name="output_beta_histogram" format="png" label="${tool.name}: Beta Histogram" />
|
|
|
22 <data name="output_error_histograms" format="png" label="${tool.name}: Error Histograms" />
|
|
|
23 <data name="output_life_optimized" format="png" label="${tool.name}: LiFE Optimized Streamlines" />
|
|
|
24 <data name="output_life_candidates" format="png" label="${tool.name}: LiFE Candidates" />
|
|
|
25 </outputs>
|
|
|
26 <tests>
|
|
|
27 <test>
|
|
|
28 </test>
|
|
|
29 </tests>
|
|
|
30 <help>
|
|
|
31 **What it does**
|
|
|
32
|
|
|
33 Uses a forward model that predicts the signal from each of a set of streamlines, and fits a
|
|
|
34 linear model to these simultaneous predictions for evaluation of tractography results.
|
|
|
35
|
|
|
36 -----
|
|
|
37
|
|
|
38 **Options**
|
|
|
39
|
|
|
40 </help>
|
|
|
41 <citations>
|
|
|
42 </citations>
|
|
|
43 </tool>
|