Skip to content

Commit 842bd1f

Browse files
authored
Merge pull request #130 from lguerard/fix/127-bdv_typo
fix(bdv): correct lambda spelling and improve formatting
2 parents 3d0ba20 + be55261 commit 842bd1f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from .. import pathtools
2222
from ..log import LOG as log
2323

24-
2524
# internal template strings used in string formatting (note: the `"""@private"""`
2625
# pseudo-decorator is there to instruct [pdoc] to omit those variables when generating
2726
# API documentation):
@@ -1351,11 +1350,13 @@ def interest_points_registration(
13511350
+ "transformation=Affine "
13521351
+ "regularize_model "
13531352
+ "model_to_regularize_with=Affine "
1354-
+ "lamba=0.10 "
1353+
+ "lambda=0.10 "
13551354
+ "number_of_neighbors=3 "
13561355
+ "redundancy=1 "
13571356
+ "significance=3 "
1357+
+ "search_radius=100 "
13581358
+ "allowed_error_for_ransac=5 "
1359+
+ "inlier_factor=3 "
13591360
+ "ransac_iterations=Normal "
13601361
+ "global_optimization_strategy=["
13611362
+ "Two-Round: Handle unconnected tiles, "

0 commit comments

Comments
 (0)