Mercurial > repos > iuc > imagej2_convert_format
changeset 5:a3806b0a32ed draft default tip
planemo upload commit 378c3ecfbaed0330faf197811d379431b0f9e92c-dirty
| author | iuc |
|---|---|
| date | Sun, 11 Oct 2015 13:30:31 -0400 |
| parents | 7a8b05b111f9 |
| children | |
| files | imagej2_base_utils.py imagej2_macros.xml tool_dependencies.xml |
| diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/imagej2_base_utils.py Wed Aug 26 14:37:12 2015 -0400 +++ b/imagej2_base_utils.py Sun Oct 11 13:30:31 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_macros.xml Wed Aug 26 14:37:12 2015 -0400 +++ b/imagej2_macros.xml Sun Oct 11 13:30:31 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">
--- a/tool_dependencies.xml Wed Aug 26 14:37:12 2015 -0400 +++ b/tool_dependencies.xml Sun Oct 11 13:30:31 2015 -0400 @@ -7,7 +7,7 @@ <repository changeset_revision="8d338153c3dc" name="package_javabridge_1_0_11" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="numpy" version="1.9"> - <repository changeset_revision="43cb426cb05d" name="package_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="816d3480b0b1" name="package_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="python_bioformats" version="1.0.4"> <repository changeset_revision="4327b98ec35e" name="package_python_bioformats_1_0_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
