# HG changeset patch
# User imgteam
# Date 1767663505 0
# Node ID c84400b58260681fb4384667db7f3f254742f64b
# Parent b8867c9e0526adf079328c28893af9cb2b201383
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/ridge_filter/ commit c20c8e46a6391ec9759f1ae513ce0a779933af96
diff -r b8867c9e0526 -r c84400b58260 skimage.xml
--- a/skimage.xml Mon Dec 15 22:25:39 2025 +0000
+++ b/skimage.xml Tue Jan 06 01:38:25 2026 +0000
@@ -4,7 +4,7 @@
creators.xml
tests.xml
0.22.0
- 1
+ 2
@@ -20,6 +20,8 @@
help="Frangi correction constant that adjusts the filter's sensitivity to deviation from a plate-like structure."/>
+
@@ -61,6 +63,9 @@
#if $filter.filter_type == "frangi" or $filter.filter_type == "hessian"
"alpha": $filter.alpha,
"beta": $filter.beta,
+ #if str($filter.gamma) != ""
+ "gamma": $filter.gamma,
+ #end if
#end if
#if $filter.filter_type == "laplace"