From 943f768720f45f16b19150bca0f437f7cb1741f4 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Mon, 24 Mar 2025 17:16:04 +0100 Subject: [PATCH] Model: Create table: Fix table definition. --- Model/create_table_for_save_as.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Model/create_table_for_save_as.py b/Model/create_table_for_save_as.py index 55866a9..5ec91a0 100644 --- a/Model/create_table_for_save_as.py +++ b/Model/create_table_for_save_as.py @@ -80,8 +80,8 @@ class CreateTableForSaveAs: time BLOB, depth BLOB, BS_raw_data BLOB, time_reshape BLOB, depth_reshape BLOB, BS_raw_data_reshape BLOB, time_cross_section BLOB, depth_cross_section BLOB, - BS_cross_section BLOB, BS_stream_bed BLO B, - depth_bottom, val_bottom, ind_bottom, + BS_cross_section BLOB, BS_stream_bed BLOB, + depth_bottom BLOB, val_bottom BLOB, ind_bottom BLOB, time_noise BLOB, depth_noise BLOB, BS_noise_raw_data BLOB, SNR_raw_data BLOB, SNR_cross_section BLOB, SNR_stream_bed BLOB, BS_raw_data_pre_process_SNR BLOB,