Skip to content

Commit

Permalink
changed input label to "Filter type"
Browse files Browse the repository at this point in the history
  • Loading branch information
thawn committed Nov 8, 2023
1 parent 05fa2c1 commit 665cbc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/2d_simple_filter/filter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="ip_filter_standard" name="Filter 2D image" version="0.0.3-2">
<tool id="ip_filter_standard" name="Filter 2D image" version="0.0.3-3">
<description>with scikit-image</description>
<edam_operations>
<edam_operation>operation_3443</edam_operation>
Expand All @@ -19,7 +19,7 @@
]]>
</command>
<inputs>
<param name="filter_type" type="select" label="Image type">
<param name="filter_type" type="select" label="Filter type">
<option value="median" selected="True">Median</option>
<option value="gaussian">Gaussian Blur</option>
<option value="prewitt">Prewitt</option>
Expand Down

0 comments on commit 665cbc5

Please sign in to comment.