multi config calibration added

This commit is contained in:
Ayzen
2026-04-09 00:48:23 +03:00
parent 1d7d0a756e
commit 61685d7a4d
10 changed files with 738 additions and 26 deletions
+2
View File
@@ -93,6 +93,8 @@ class GuiPreprocessDialogStateModel:
"""UI-only defaults for preprocessing dialog controls."""
set_name: str = "set_001"
radar_config_dir: str = ""
use_all_radar_configs: bool = False
@dataclass(slots=True)