Mercurial > repos > mb2013 > nepenthes_3dpca
changeset 10:c27d951d5136 draft
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:27:17 -0400 |
parents | 2e8c9032e8d8 |
children | 064592f816c6 |
files | Procrustes.xml |
diffstat | 1 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Procrustes.xml Tue May 20 03:27:17 2014 -0400 @@ -0,0 +1,30 @@ +<tool id="Procrustes" name="Procrustes"> + <description>Procrustes analysis</description> + <command interpreter="Rscript">Procrustes.R $input $nb_landmarks $output $outputcentroid </command> + <inputs> + <param name="input" type="data" format="csv" label="Merged csv file" /> + <param name = "nb_landmarks" size = "5" type = "integer" value = "18" label = "number of landmarks"/> + </inputs> + <outputs> + <data format="csv" name="outputcentroid" label = "centroid size procrustes"/> + <data format="csv" name="output" label = "Procrustes coordinates"/> + + </outputs> + + + <help> +**Function** + +Procrustes analysis for 3D object with merged csv file and output procrustes coordinates in csv format + +**Input file** + +.csv file with landmark coordinates + +**Tip** + +Use **DtaConverter** to convert .dta to .csv + + </help> + +</tool>