Acoustic inversion: Fix crash at data choice.
parent
2dc6bb5f3f
commit
4bbda05e96
|
|
@ -472,6 +472,10 @@ class AcousticInversionTab(QWidget):
|
|||
.connect(self.combobox_acoustic_data_choice_currentIndexChanged)
|
||||
|
||||
def combobox_acoustic_data_choice_currentIndexChanged(self):
|
||||
self.compute_VBI()
|
||||
self.compute_SSC_fine()
|
||||
self.compute_SSC_sand()
|
||||
|
||||
self.fill_combobox_fine_sample()
|
||||
self.plot_SSC_fine()
|
||||
self.plot_SSC_fine_vertical_profile()
|
||||
|
|
|
|||
Loading…
Reference in New Issue