Corrected a typo that caused AcouSed to crash when selecting a frequency couple in the 'Sediment calibration' tab.

dev-bjvincent
Bjarne Vincent 2025-10-09 15:45:25 +02:00
parent 3b7d3dabbe
commit 5e27769ba7
1 changed files with 1 additions and 1 deletions

View File

@ -1080,7 +1080,7 @@ class SedimentCalibrationTab(QWidget):
if stg.depth_cross_section[data_id].shape != (0,): if stg.depth_cross_section[data_id].shape != (0,):
depth_data = stg.depth_cross_section depth_data = stg.depth_cross_section
else: else:
depth_date = stg.depth depth_data = stg.depth
val_min = np.nanmin( val_min = np.nanmin(
BS_data[data_id][freq2, :, :] BS_data[data_id][freq2, :, :]