changeset 2:a2aa2125087e draft

Uploaded
author mb2013
date Tue, 20 May 2014 03:25:09 -0400
parents 6e7cf5ed7d62
children c2761ec99e82
files convertply.xml
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/convertply.xml	Tue May 20 03:25:09 2014 -0400
@@ -0,0 +1,20 @@
+<tool id="Converter_ply" name="Converter_ply">
+  <description>converter ply file</description>
+  <command interpreter="python"> 
+    convertply.py $input $output
+  </command>
+  <inputs>
+    <param name="input" type="data" label="ply file" />
+
+  </inputs>
+  <outputs>
+    <data  name="output" type = "data" format = "ply" label="converting${on_string}" />
+  </outputs>
+  <help>
+	**Function**
+
+	Extract enters of header in ply file
+	
+
+  </help>
+</tool>