From 7a802758910ac2076438fcba585da4fac844f01f Mon Sep 17 00:00:00 2001 From: brahim Date: Fri, 12 Jul 2024 15:12:58 +0200 Subject: [PATCH] Limits of the acoustic recording can be mofified after detecting the bottom. --- View/acoustic_data_tab.py | 1 + 1 file changed, 1 insertion(+) diff --git a/View/acoustic_data_tab.py b/View/acoustic_data_tab.py index c63e2ae..f87a317 100644 --- a/View/acoustic_data_tab.py +++ b/View/acoustic_data_tab.py @@ -1005,6 +1005,7 @@ class AcousticDataTab(QWidget): self.pushbutton_apply_recording_time_limits.clicked.connect(self.set_tmin_tmax_for_doubleRangeSider_time) # self.pushbutton_apply_recording_time_limits.clicked.connect(self.compute_time) self.pushbutton_apply_recording_time_limits.clicked.connect(self.compute_BS_cross_section) + self.pushbutton_apply_recording_time_limits.clicked.connect(self.detect_bottom) self.pushbutton_apply_recording_time_limits.clicked.connect(self.update_plot_backscattered_acoustic_signal_recording) self.pushbutton_apply_recording_time_limits.clicked.connect(self.update_plot_profile)