From 687b1fbe45c24a2d94bde45703997e91dc930e86 Mon Sep 17 00:00:00 2001 From: Ben Arthur Date: Fri, 23 Jan 2026 18:36:49 -0500 Subject: [PATCH] fix docstring for compute_coarse_offsets --- stitch_rigid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stitch_rigid.py b/stitch_rigid.py index b268b75..b212527 100644 --- a/stitch_rigid.py +++ b/stitch_rigid.py @@ -115,7 +115,7 @@ def compute_coarse_offsets( Args: yx_shape: vertical and horizontal number of tiles tile_map: maps (x, y) tile coordinate to the tile image - overlaps_xy: pair of two overlap sequences to try, for NN tiles in the X and + overlaps_xy: a pair of overlap sequences to try, for NN tiles in the X and Y direction, respectively; these overlaps define the number of pixels in the given dimension used to compute the offset vector min_range: regions with dynamic range smaller than this value will be masked