added s11!
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user