diff --git a/aliby/tile/traps.py b/aliby/tile/traps.py index 3fbc95c8c06ac2c38a3a066ffa618cb46ad18974..76de5c0724969865fdcdfce294c8e1a6dde1318e 100644 --- a/aliby/tile/traps.py +++ b/aliby/tile/traps.py @@ -184,7 +184,7 @@ def identify_trap_locations( coordinates = feature.peak_local_max( transform.rescale(matched, 1 / downscale), - min_distance=int(trap_template.shape[0] * 0.80), + min_distance=int(trap_template.shape[0] * 0.60), exclude_border=(trap_size // 3), ) return coordinates