Commit Graph

99 Commits (3e90455b4b38a5acbb5e813a4aafa0e490785c25)

Author SHA1 Message Date
brahim 07728bc771 All QDoubleSpinbox in Measurement information and Calibration parameter are replaced by QlineEdit. Unit are moved outside of the QLineEdit in a QLabel. 2024-10-03 17:38:15 +02:00
brahim 58a7934d50 All QDoubleSpinbox in Measurement information are replaced by QlineEdit 2024-10-02 16:54:52 +02:00
brahim bfa090bbcc A list of default value for the kt_corrected is created for Aqauscat and for all frequencies available in Aquascat. 2024-10-01 18:00:21 +02:00
brahim b1e5f6b1ff Update of time/time_cross_section and depth/depth_cross_section 2024-09-26 14:49:40 +02:00
brahim 8c51ebc192 Few corrections have been made on calibration, in particular, for the interpolation of the fine sediments profile. The user can invert several acoustic recording with a single calibration. There remains a prolem to display the plots, in particular, when the user switches from one to another acoustic data. 2024-09-19 14:54:44 +02:00
brahim bba389ae9d The user can display the noise fields for each frequency by clicking on button PLot_noise in the pre-processing tab. 2024-09-17 16:35:51 +02:00
brahim 18b98201e1 Information groupbox is re-organized. Frequency combobox and kt spinbox are moved to the top: it's more efficient for the user to change the kt. 2024-09-16 16:12:56 +02:00
brahim 5a98b13ad3 Users can download several acoustic data files at the same time. 2024-09-13 14:59:13 +02:00
brahim 44d9c057aa FCB computatuion and display are added on sediment calibration tab. By default, the position of the FCB vertical profile is set on the profile position of calibration samples. The user can choose the depth limits to fit the FCB profile with linear regression. The FCB profile is diplay on acoustic recording 2D field. 2024-08-26 11:19:25 +02:00
brahim 66f62765a1 Acoustic inversion tab display results of the inversion computation for both, fine and sand sediments. The user can visualize the concentrations fields, plot vertical profiles of the concentrations and choose samples to compare measured SSC vs inverted SSC. 2024-08-21 09:26:08 +02:00
brahim 3e52edb45b Water attenuation spinbox is activated when the Enter key is pressed. 2024-07-25 15:26:14 +02:00
brahim a25bc7392d Sound speed and sound attenuation in water are added group box of the measurements information. Sound attenuation is updated with the combobox frequency. 2024-07-22 11:16:18 +02:00
brahim f8e7951139 If the bottom is not detect in the first acoustic tab, then an error message is opened if the user try to plot the total concentration with z / h (in sample data tab). 2024-07-15 10:54:34 +02:00
brahim 2e2cbf629d Acoustic data tab is reorganized. GPS groupbox is moved to Display option groupbox. Double sliders, in bathymetry algorithm groupbox, are replaced by spinboxes. 2024-07-15 09:49:04 +02:00
brahim 7a80275891 Limits of the acoustic recording can be mofified after detecting the bottom. 2024-07-12 15:12:58 +02:00
brahim ab9d3c026e Bottom can be detected before (BS_raw_data) and after (BS_cross_section) change limits of the acoustic recording. 2024-07-12 14:55:29 +02:00
brahim 250fed45fc First, the user needs to choise the acoustic file and one frequency. The he can download the fine sediment file and the sand sediment file. For the moment, the two files must have the same number of sample. Concentration and PSD plots are updated with checking sample checkboxes. However, the z/h plot need to be modified. 2024-07-12 11:46:54 +02:00
brahim e0130b07fe List of pre-processed data files are added in Signal pre-processing tab. 2024-06-24 15:13:43 +02:00
brahim 2390b5c524 In signal preprocessing tab, data can be updated with the update push button. The user can add or remove data file in the Acoustic data tab and update the Signal preprocessing tab with the push button. 2024-06-21 11:38:17 +02:00
brahim 44b87378b8 Acoustic data tab is simplified for time, depth and BS cross section computation. The button clear all works. The signal processing is updated. 2024-06-18 17:43:36 +02:00
brahim 8320a9a0e1 Acoustic variables lists, that are not filled with loaded data, are filled with empty object. They will be used for pre- and post-processing. 2024-06-18 14:20:11 +02:00
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 825b5aa9bb A context menu is added. Update Table for Save action created. 2024-06-03 15:26:09 +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 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 e204ddba0e All plots are drawn as soon as acoustic file is download. Bottom line river is plotted on acoustic profile. 2024-01-29 14:04:33 +01:00
brahim e701425e03 The acoustic data tab is re-organized. Noise downloading and SNR plot are removed. Table of raw values is removed and available through a push button. The profile plot of raw data is added. 2024-01-22 10:20:10 +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 b01b4541bb UBSediFlow data successfully loaded 2023-10-19 15:10:01 +02:00
brahim bdf900a9bb SNR is computed from Aquascat data and implemented following UBSediFlow array layout for acoustic data tab. 2023-10-13 14:20:08 +02:00
brahim 0e4899da9c Aquascat data are adapted to UBSediFlow data. The 3D array backscatter acoustic signal is reshaped into frequency shape * depth shape * time shape. Depth and time arrays are transformed into 2D arrays: each line corresponds to a frequency. As the Aquascat data have the same depth and time values for all frequencies, we simply repeat the same line. 2023-10-13 11:05:37 +02: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 e0b76447e6 Commit with minor modifications 2023-09-27 11:46:58 +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 b3d820b99c Exceptions have been added 2023-09-12 16:43:40 +02:00
brahim 5b63855bd8 Exceptions are added to manage error on algorithm bottom detection 2023-09-11 13:50:59 +02:00
brahim 5bd6f9d08f Implementation of acoustic inversion method for suspended sediments high concentrations 2023-09-05 12:09:21 +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 89fc888797 Acoustic data tab is all updated with global variables from settings.py file 2023-08-08 16:51:53 +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
brahim 0682bfd817 QScrollArea is included in the two QGroupbox of plotting transect (Backscatter data and SNR data). I need to fix size of QscrollArea when I push button plot BS transect 2023-08-01 10:06:37 +02:00
brahim 6817ffe4d8 River bottom detection is implemented. Plot of bottom line on transect is avalaible with the choice of the frequency and x-axis boundaries 2023-07-28 14:49:05 +02:00
brahim ddb4f7f7a9 First commit of View file 2023-07-27 12:07:40 +02:00