added pass through s11

This commit is contained in:
Ayzen
2026-03-26 17:21:25 +03:00
parent 24f7ebb2fb
commit 9ddbde22bd
38 changed files with 945 additions and 291 deletions
+8 -4
View File
@@ -89,10 +89,14 @@ class RuntimeModel:
class PreprocessModel:
"""Selected preprocessing artifacts for live acquisition."""
calibration_set: str = ""
reference_set: str = ""
calibration_bundle_path: str = ""
reference_bundle_path: str = ""
s21_calibration_set: str = ""
s21_reference_set: str = ""
s21_calibration_bundle_path: str = ""
s21_reference_bundle_path: str = ""
s11_open_calibration_bundle_path: str = ""
s11_short_calibration_bundle_path: str = ""
s11_load_calibration_bundle_path: str = ""
s11_reference_bundle_path: str = ""
@dataclass(slots=True)