DAQ: error message if unknown box class found

This commit is contained in:
2025-11-20 09:21:15 +01:00
parent f26b3a9c9b
commit a96d2d67d0
+1 -1
View File
@@ -952,7 +952,7 @@ class AareDAQ:
centre_x = x1 + (x2 - x1)/2
else:
print(f"unknown box class {cls}")
logger.debug(f"unknown box class {cls}")
return None, cls, classes if classes else None
coord = geom.picture_to_smargon(Coordinate(x=centre_x, y=centre_y))