Corrected a typo that caused AcouSed to crash when selecting a frequency couple in the 'Sediment calibration' tab.
parent
3b7d3dabbe
commit
5e27769ba7
|
|
@ -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, :, :]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue