changeset 1:51188f1b546e draft

planemo upload commit 378c3ecfbaed0330faf197811d379431b0f9e92c-dirty
author iuc
date Sun, 11 Oct 2015 13:30:11 -0400
parents c43f184786a0
children c58b939c862a
files imagej2_base_utils.py imagej2_binary_to_edm.xml imagej2_macros.xml
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/imagej2_base_utils.py	Wed Aug 26 14:36:49 2015 -0400
+++ b/imagej2_base_utils.py	Sun Oct 11 13:30:11 2015 -0400
@@ -154,7 +154,7 @@
         return ' None'
     else:
         if val_type == 'float':
-            return ' %.1f' % val
+            return ' %.3f' % val
         elif val_type == 'int':
             return ' %d' % val
     return ' %s' % val
--- a/imagej2_binary_to_edm.xml	Wed Aug 26 14:36:49 2015 -0400
+++ b/imagej2_binary_to_edm.xml	Sun Oct 11 13:30:11 2015 -0400
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <tool id="imagej2_binary_to_edm" name="Convert binary image to EDM" version="@WRAPPER_VERSION@.0">
-    <description>(Euclidean Distance Map) with ImageJ2</description>
+    <description>(Euclidean Distance Map)</description>
     <macros>
         <import>imagej2_macros.xml</import>
     </macros>
--- a/imagej2_macros.xml	Wed Aug 26 14:36:49 2015 -0400
+++ b/imagej2_macros.xml	Sun Oct 11 13:30:11 2015 -0400
@@ -73,7 +73,7 @@
 before they are analyzed.  This step is performed using the ImageJ2 **Make Binary** command with
 the following settings: **Iterations:** 1, **Count:** 1, **Pad edges when eroding:** No.  The tool
 allows you to choose the **Black background** setting.  If these settings are not appropriate,
-first manually convert the image to binary using the **Convert to binary (black and white) with ImageJ2**
+first manually convert the image to binary using the **Convert to binary (black and white)**
 tool, which allows you to change them.
     </token>
     <xml name="image_datatypes">