Some correction : Profile and display option wasn't filled when the user download an acoustic file
parent
bdeca2b44e
commit
fe9ac2d65c
|
|
@ -633,7 +633,7 @@ class AcousticDataTab(QWidget):
|
|||
self.fileListWidget.itemSelectionChanged.connect(self.compute_rmin_rmax)
|
||||
self.fileListWidget.itemSelectionChanged.connect(self.update_frequency_combobox)
|
||||
# self.fileListWidget.itemSelectionChanged.connect(self.plot_backscattered_acoustic_signal_recording)
|
||||
self.fileListWidget.itemSelectionChanged.connect(self.plot_profile)
|
||||
# self.fileListWidget.itemSelectionChanged.connect(self.plot_profile)
|
||||
self.fileListWidget.itemSelectionChanged.connect(self.update_plot_backscattered_acoustic_signal_recording)
|
||||
self.fileListWidget.itemSelectionChanged.connect(self.update_plot_profile)
|
||||
self.fileListWidget.itemSelectionChanged.connect(self.set_range_for_spinboxes_bathymetry)
|
||||
|
|
@ -1327,8 +1327,12 @@ class AcousticDataTab(QWidget):
|
|||
self.fill_measurements_information_groupbox()
|
||||
self.fill_table()
|
||||
self.plot_backscattered_acoustic_signal_recording()
|
||||
self.plot_profile()
|
||||
self.update_frequency_combobox()
|
||||
self.water_attenuation()
|
||||
self.compute_tmin_tmax()
|
||||
self.compute_rmin_rmax()
|
||||
self.set_range_for_spinboxes_bathymetry()
|
||||
|
||||
stg.acoustic_data = list(
|
||||
range(
|
||||
|
|
|
|||
Loading…
Reference in New Issue