Mercurial > repos > mb2013 > nepenthes_3dpca
view Procrustes.xml @ 13:fc4bc4ab91b7 draft
Uploaded
author | mb2013 |
---|---|
date | Tue, 20 May 2014 03:28:13 -0400 |
parents | c27d951d5136 |
children |
line wrap: on
line source
<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>