added s11!

This commit is contained in:
Ayzen
2026-03-26 18:29:42 +03:00
parent 9ddbde22bd
commit 077542cbd0
43 changed files with 713 additions and 347 deletions
+8
View File
@@ -6,6 +6,7 @@ from python_app.models.run_config_schema import (
GprModel,
GprRxGeometryModel,
GprTxGeometryModel,
PreprocessAssetModel,
PreprocessModel,
RadarModel,
RadarSweepModel,
@@ -13,6 +14,9 @@ from python_app.models.run_config_schema import (
RingsModel,
RunConfigModel,
RuntimeModel,
S11CalibrationModel,
S11PreprocessModel,
S21PreprocessModel,
SwitchModel,
)
from python_app.models.run_config_validation import (
@@ -26,6 +30,7 @@ __all__ = [
"GprModel",
"GprRxGeometryModel",
"GprTxGeometryModel",
"PreprocessAssetModel",
"PreprocessModel",
"RadarModel",
"RadarSweepModel",
@@ -33,6 +38,9 @@ __all__ = [
"RingsModel",
"RunConfigModel",
"RuntimeModel",
"S11CalibrationModel",
"S11PreprocessModel",
"S21PreprocessModel",
"SwitchModel",
"load_ring_payload",
"load_switch_payload",