Mercurial > repos > mb2013 > nepenthes_3dpca
comparison Procrustes.xml @ 10:c27d951d5136 draft
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:27:17 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:2e8c9032e8d8 | 10:c27d951d5136 |
---|---|
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> |