Skip to content

Commit d6b5cfc

Browse files
committed
fix bug in phase correlation options string
1 parent 13a90d5 commit d6b5cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def phase_correlation_pairwise_shifts_calculation(
432432
"select=["
433433
+ project_path
434434
+ "] "
435-
+ +"process_angle="
435+
+ "process_angle="
436436
+ options_dict["angle_processing_option"]
437437
+ "process_channel="
438438
+ options_dict["channel_processing_option"]

0 commit comments

Comments
 (0)