Limits of the acoustic recording can be mofified after detecting the bottom.
parent
ab9d3c026e
commit
7a80275891
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue