Skip to content

Commit

Permalink
Fix input if filtering by max displacement
Browse files Browse the repository at this point in the history
  • Loading branch information
lguerard committed Sep 20, 2023
1 parent 4a60fd1 commit 84c7b6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/imcflibs/imagej/bdv.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,9 @@ def run_filter_pairwise_shifts(
+ "max_shift_in_z="
+ str(max_shift_z)
+ " "
+ "max_displacement="
+ str(max_displacement)
+ "filter_by_total_shift_magnitude "
if max_displacement
else "" + "max_displacement=" + str(max_displacement)
)

log.debug(options)
Expand Down

0 comments on commit 84c7b6a

Please sign in to comment.