# HG changeset patch # User iuc # Date 1444584644 14400 # Node ID 8f7beef4f1f39f9186c570a18802abb1fd04f73d # Parent 91d82f24657a40c253f8c8ab0589fac13d29f1da planemo upload commit 378c3ecfbaed0330faf197811d379431b0f9e92c-dirty diff -r 91d82f24657a -r 8f7beef4f1f3 imagej2_adjust_threshold_binary.xml --- a/imagej2_adjust_threshold_binary.xml Wed Aug 26 14:37:25 2015 -0400 +++ b/imagej2_adjust_threshold_binary.xml Sun Oct 11 13:30:44 2015 -0400 @@ -1,6 +1,6 @@ - of binary image with ImageJ2 + of binary image imagej2_macros.xml diff -r 91d82f24657a -r 8f7beef4f1f3 imagej2_base_utils.py --- a/imagej2_base_utils.py Wed Aug 26 14:37:25 2015 -0400 +++ b/imagej2_base_utils.py Sun Oct 11 13:30:44 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 diff -r 91d82f24657a -r 8f7beef4f1f3 imagej2_macros.xml --- a/imagej2_macros.xml Wed Aug 26 14:37:25 2015 -0400 +++ b/imagej2_macros.xml Sun Oct 11 13:30:44 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.