10
|
1 <tool id="Procrustes" name="Procrustes">
|
|
2 <description>Procrustes analysis</description>
|
|
3 <command interpreter="Rscript">Procrustes.R $input $nb_landmarks $output $outputcentroid </command>
|
|
4 <inputs>
|
|
5 <param name="input" type="data" format="csv" label="Merged csv file" />
|
|
6 <param name = "nb_landmarks" size = "5" type = "integer" value = "18" label = "number of landmarks"/>
|
|
7 </inputs>
|
|
8 <outputs>
|
|
9 <data format="csv" name="outputcentroid" label = "centroid size procrustes"/>
|
|
10 <data format="csv" name="output" label = "Procrustes coordinates"/>
|
|
11
|
|
12 </outputs>
|
|
13
|
|
14
|
|
15 <help>
|
|
16 **Function**
|
|
17
|
|
18 Procrustes analysis for 3D object with merged csv file and output procrustes coordinates in csv format
|
|
19
|
|
20 **Input file**
|
|
21
|
|
22 .csv file with landmark coordinates
|
|
23
|
|
24 **Tip**
|
|
25
|
|
26 Use **DtaConverter** to convert .dta to .csv
|
|
27
|
|
28 </help>
|
|
29
|
|
30 </tool>
|