Add unit tests for generated stitching commands.

This commit is contained in:
Julian Stirling 2025-08-03 17:50:12 +01:00
parent 573fc20dec
commit a632ddee92
2 changed files with 151 additions and 1 deletions

View file

@ -17,7 +17,7 @@ import labthings_fastapi as lt
STITCHING_CMD = "openflexure-stitch"
STITCHING_RESOLUTION = (820, 616)
DEFAULT_OVERLAP = 0.5
DEFAULT_OVERLAP = 0.1
DEFAULT_RESIZE = 0.5