Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/imcflibs/imagej/bdv.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from .. import pathtools
from ..log import LOG as log


# internal template strings used in string formatting (note: the `"""@private"""`
# pseudo-decorator is there to instruct [pdoc] to omit those variables when generating
# API documentation):
Expand Down Expand Up @@ -1351,11 +1350,13 @@ def interest_points_registration(
+ "transformation=Affine "
+ "regularize_model "
+ "model_to_regularize_with=Affine "
+ "lamba=0.10 "
+ "lambda=0.10 "
+ "number_of_neighbors=3 "
+ "redundancy=1 "
+ "significance=3 "
+ "search_radius=100 "
+ "allowed_error_for_ransac=5 "
+ "inlier_factor=3 "
+ "ransac_iterations=Normal "
+ "global_optimization_strategy=["
+ "Two-Round: Handle unconnected tiles, "
Expand Down
Loading