From 4918c35c7294329ad6cbf50c5d6cd93841b9c3e6 Mon Sep 17 00:00:00 2001 From: 2ManyProjects Date: Sat, 10 Jan 2026 13:37:38 -0600 Subject: [PATCH] dims --- src/stitching_scanner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stitching_scanner.py b/src/stitching_scanner.py index 275d652..3757ffd 100644 --- a/src/stitching_scanner.py +++ b/src/stitching_scanner.py @@ -166,8 +166,8 @@ class StitchingScanner: h_strip, w_strip = strip.shape[:2] # === DEBUG MAGIC NUMBERS === - DEBUG_SHIFT_RIGHT = -15 # Positive = shift strip right - DEBUG_SHIFT_UP = 5 # Positive = shift strip up + DEBUG_SHIFT_RIGHT = -20 # Positive = shift strip right + DEBUG_SHIFT_UP = 10 # Positive = shift strip up # =========================== blend_w = min(blend_width, w_strip, w_base)