added bscan reprocessing
This commit is contained in:
@@ -4,6 +4,7 @@ from __future__ import annotations
|
||||
|
||||
from python_app.gui.controllers.app_window_plot import (
|
||||
AppWindowBscanPlotMixin,
|
||||
AppWindowBscanReplayMixin,
|
||||
AppWindowGprPlotMixin,
|
||||
AppWindowTracePlotMixin,
|
||||
)
|
||||
@@ -13,6 +14,7 @@ from python_app.models.dataset_model import ResultCollection
|
||||
class AppWindowPlotMixin(
|
||||
AppWindowTracePlotMixin,
|
||||
AppWindowBscanPlotMixin,
|
||||
AppWindowBscanReplayMixin,
|
||||
AppWindowGprPlotMixin,
|
||||
):
|
||||
"""Routes plotting to trace, B-scan, or GPR-specific mixins."""
|
||||
|
||||
Reference in New Issue
Block a user