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)