Limits of the acoustic recording can be mofified after detecting the bottom.

dev-brahim
brahim 2024-07-12 15:12:58 +02:00
parent ab9d3c026e
commit 7a80275891
1 changed files with 1 additions and 0 deletions

View File

@ -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.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_time)
self.pushbutton_apply_recording_time_limits.clicked.connect(self.compute_BS_cross_section) 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_backscattered_acoustic_signal_recording)
self.pushbutton_apply_recording_time_limits.clicked.connect(self.update_plot_profile) self.pushbutton_apply_recording_time_limits.clicked.connect(self.update_plot_profile)