0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

WIP: waveform isort

This commit is contained in:
2025-02-10 12:31:15 +01:00
parent 750d95de4c
commit f25133fa71

View File

@ -135,6 +135,7 @@ class Waveform(PlotBase):
# Specific GUI elements
self._init_roi_manager()
self._add_curve_setting()
self._add_dap_summary_side_menu()
self._enable_roi_toolbar_action(False) # default state where are no dap curves
@ -239,8 +240,6 @@ class Waveform(PlotBase):
md = {"curve_id": curve_id}
self.dap_summary.update_summary_tree(data=data, metadata=md)
def _update_dap_curves(self): ...
@SafeSlot()
def get_dap_params(self) -> dict:
"""