added GPR

This commit is contained in:
Ayzen
2026-03-19 19:29:08 +03:00
parent bdefe3f581
commit 9581730e41
39 changed files with 3830 additions and 201 deletions
+6
View File
@@ -3,6 +3,9 @@
from python_app.models.run_config_codec import run_config_from_dict, run_config_to_dict
from python_app.models.run_config_schema import (
ComboModel,
GprModel,
GprRxGeometryModel,
GprTxGeometryModel,
PreprocessModel,
RadarModel,
RadarSweepModel,
@@ -20,6 +23,9 @@ from python_app.models.run_config_validation import (
__all__ = [
"ComboModel",
"GprModel",
"GprRxGeometryModel",
"GprTxGeometryModel",
"PreprocessModel",
"RadarModel",
"RadarSweepModel",