fixed UI
This commit is contained in:
@@ -23,7 +23,7 @@ class ProcessingLiveConfig:
|
||||
bscan_gain: float = 1.0
|
||||
bscan_start_freq_mhz: float = 100.0
|
||||
bscan_stop_freq_mhz: float = 8800.0
|
||||
gpr_algorithm: str = "backprojection"
|
||||
legacy_gpr_mode: str = "point"
|
||||
gpr_input_positions: list[int] | None = None
|
||||
gpr_output_positions: list[int] | None = None
|
||||
gpr_min_depth_m: float = 2.0
|
||||
@@ -69,7 +69,7 @@ class ProcessingLiveConfig:
|
||||
"bscan_gain": float(self.bscan_gain),
|
||||
"bscan_start_freq_mhz": float(self.bscan_start_freq_mhz),
|
||||
"bscan_stop_freq_mhz": float(self.bscan_stop_freq_mhz),
|
||||
"gpr_algorithm": str(self.gpr_algorithm),
|
||||
"legacy_gpr_mode": str(self.legacy_gpr_mode),
|
||||
"gpr_input_positions": [int(value) for value in self.gpr_input_positions],
|
||||
"gpr_output_positions": [int(value) for value in self.gpr_output_positions],
|
||||
"gpr_min_depth_m": float(self.gpr_min_depth_m),
|
||||
|
||||
Reference in New Issue
Block a user