brahim
|
a137bbf0cc
|
Signal processing tab is modified. According to the input data choice, the user can loaded a file for noise data and plot SNR field, BS corrected field with SNR criterion and averaged pre-processed signal. A button is added (close to the combobox of data to processed) to update the input data.
|
2024-06-17 11:09:41 +02:00 |
brahim
|
50efdbfd57
|
The parameter kt is divided in two parameter kt_read and kt_modified. In the measurement information groupbox, if checkbox is unchecked, spinbox is disabled and value is kt_read. If checkbox is checked, spinbox is enabled and value is kt_modified, and can be changed.
|
2024-06-04 11:27:46 +02:00 |
brahim
|
b881cd7312
|
Measurements Information group box has been standardized between Aquascat and UBSediflow: the same characteristics are used and value are displayed according to the frequency. Note that the modifications have been made for delete and clear data (but not yet finished).
|
2024-05-06 10:44:57 +02:00 |
brahim
|
e08d769f79
|
Aquascat Data Loader is updated with the Loader of Guillaume Froment (with Dexmes data). Save as and Open actions are added and connected to create_table_for_save_as.py and read_table_for_open.py. Data are saved in sqlite database. Four tables are created : File (acoustic_data (integer) and acoustic file), Measure (acoustic_data, frequencies, kt, nb_profiles, nb_cells and other measurement information), Settings (temperature, tmin, tmax, depth_min, depth_max) and BS_data (backscatter data with time, depth (list of 2D arrays) and BS_raw_data (list of 3D arrays)). 3D arrays are saved with binary (np.tobytes()) in one cell of table BS_data (BLOB type). They are then loaded with np.frombuffer() function.
|
2024-04-22 10:56:10 +02:00 |
brahim
|
75eeac0310
|
The acoustic data tab has been updated, and the variables in the settings python file have been modified: all are python lists, allowing you to work with multiple acoustic data. Each list are filled with object with as many object as there are acoutic data. 1/ File list widget is added to add/clear/delete buttons. Measurement information is displayed in a scrolling text box. Table of backscatter values is added. Limits of dataset in display option box are displayed with double slider. Limits of dataset are displayed in Display options box with double sliders. Double sliders are also used for river bottom detection.
|
2024-03-27 17:36:48 +01:00 |
brahim
|
d9927d5868
|
Acoustic inversion process is updated with the new names of variables.
|
2024-02-14 15:09:46 +01:00 |
brahim
|
335cef9d76
|
BS_cross_section_SNR_filter is renamed BS_cross_section_pre_process_SNR. BS_cross_section_averaged is renamed BS_cross_section_pre_process_average. BS_cross_section_averaged_SNR is renamed BS_cross_section_pre_process_SNR_average. BS_stream_bed_SNR_filter is renamed BS_stream_bed_pre_process_SNR. BS_stream_bed_averaged is renamed BS_stream_bed_pre_process_average. BS_stream_bed_averaged_SNR is renamed BS_stream_bed_pre_process_SNR_average.
|
2024-02-13 16:55:40 +01:00 |
brahim
|
85a816d922
|
The signal processing tab is updated. The noise is uploaded and graphs are automatically plot: noise, SNR and filtered Vbs (SNR, average) 2D fields, and averaged profile (for one frequency).
|
2024-02-13 10:30:15 +01:00 |
brahim
|
cb54fdd7ac
|
Acoustic inversion method for high concentration is implemented. It is tested with Aquascat data acquired during Adrien PhD (Confluence Rhône-Isère, 2018.01.07)
|
2023-11-28 15:42:29 +01:00 |
brahim
|
3dd6a4e310
|
Names of BS numpy arrays are changed : BS_data and BS_data_section become, respectively, BS_cross_section and BS_stream_bed. In general, name of variables including data under river bottom line is composed with _cross_section. Name of variables with NaN under river bottom line is composed with _stream_bed.
|
2023-11-13 15:00:28 +01:00 |
brahim
|
426c68c880
|
Implementation of SNR data from UBSediFlow ABS tool
|
2023-10-10 18:51:50 +02:00 |
brahim
|
92a0b5fa54
|
Implementation of UBSediFlow data in Acoused. They are organized with dictionaries and updated to numpy array for Acoused
|
2023-10-10 14:48:37 +02:00 |
brahim
|
e8438ec46b
|
Computation of FCB and sediments attenuation are computed. FCB profile is plotted for each frequencies. Linear regression is added and can be plotted on FCB profile.
|
2023-09-20 10:12:06 +02:00 |
brahim
|
420896ca42
|
settings is updated
|
2023-09-12 16:44:38 +02:00 |
brahim
|
45aa5ae2f5
|
Averaged transect is computed before applying SNR filter + Computing water attenuation is added + transect is plotted without outliers below the section bottom
|
2023-09-11 10:55:05 +02:00 |
brahim
|
04078e5794
|
Setting file updated to implement acoustic inversion
|
2023-09-05 12:11:20 +02:00 |
brahim
|
1b8945025c
|
Sample data tab is updated with global variables in settings python file. Profiles position and samples position plotted on transect are added in, respectively, signal processing tab and sample data tab.
|
2023-08-24 10:11:16 +02:00 |
brahim
|
6bcd0caa35
|
Transect with profile position is added to signal processing tab
|
2023-08-09 22:40:36 +02:00 |
brahim
|
58138d0e4e
|
File setting is created to store global variables used all along tabs. Acoustic data tab is re-write with global variables.
|
2023-08-08 15:40:35 +02:00 |