This commit is contained in:
2025-07-08 11:36:03 +02:00
parent e984b336a0
commit 157b7bad8c

View File

@ -6,7 +6,7 @@ def calc_spi_analysis(results, data):
if not do_spi_analysis:
return
for k in ("spi_threshold_photon", "spi_threshold_hit", "roi_x1", "roi_x2", "roi_y1", "roi_y2"):
for k in ("spi_threshold_photon", "spi_threshold_hit_percentage", "roi_x1", "roi_x2", "roi_y1", "roi_y2"):
if k not in results:
return