Skip to content

Commit b02198e

Browse files
committed
Fix line lengths
1 parent d4f5d9e commit b02198e

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/imcflibs/imagej/bdv.py

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,8 @@ def define_dataset_auto(
915915
+ "bioformats_series_are?="
916916
+ bf_series_type
917917
+ " "
918-
+ "move_tiles_to_grid_(per_angle)?=[Do not move Tiles to Grid (use Metadata if available)] "
918+
+ "move_tiles_to_grid_(per_angle)?=["
919+
+ "Do not move Tiles to Grid (use Metadata if available)] "
919920
+ "how_to_store_input_images=["
920921
+ resave
921922
+ "] "
@@ -1394,8 +1395,10 @@ def interest_points_registration(
13941395
+ processing_opts.fmt_acitt_options()
13951396
+ processing_opts.fmt_acitt_selectors()
13961397
+ "registration_algorithm=[Precise descriptor-based (translation invariant)] "
1397-
+ "registration_over_time=[Match against one reference timepoint (no global optimization)] "
1398-
+ "registration_in_between_views=[Only compare overlapping views (according to current transformations)] "
1398+
+ "registration_over_time=["
1399+
+ "Match against one reference timepoint (no global optimization)] "
1400+
+ "registration_in_between_views=["
1401+
+ "Only compare overlapping views (according to current transformations)] "
13991402
+ "interest_point_inclusion=[Compare all interest point of overlapping views] "
14001403
+ "interest_points=beads "
14011404
+ "group_tiles "
@@ -1412,8 +1415,11 @@ def interest_points_registration(
14121415
+ "significance=3 "
14131416
+ "allowed_error_for_ransac=5 "
14141417
+ "ransac_iterations=Normal "
1415-
+ "global_optimization_strategy=[Two-Round: Handle unconnected tiles, remove wrong links RELAXED (5.0x / 7.0px)] "
1416-
+ "interestpoint_grouping=[Group interest points (simply combine all in one virtual view)] "
1418+
+ "global_optimization_strategy=["
1419+
+ "Two-Round: Handle unconnected tiles, "
1420+
+ "remove wrong links RELAXED (5.0x / 7.0px)] "
1421+
+ "interestpoint_grouping=["
1422+
+ "Group interest points (simply combine all in one virtual view)] "
14171423
+ "interest=5"
14181424
)
14191425

0 commit comments

Comments
 (0)