acoused/Model
Pierre-Antoine c3051e4986 git: Add gitignore and clean "*.pyc" files. 2025-03-03 11:32:28 +01:00
..
peacock_uvp git: Add gitignore and clean "*.pyc" files. 2025-03-03 11:32:28 +01:00
udt_extract git: Add gitignore and clean "*.pyc" files. 2025-03-03 11:32:28 +01:00
AquascatDataLoader.py 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
GrainSizeTools.py Investigations with inversion method (for high concentrations) have been performed with APAVER 2021 data from UBSediFlow system. 2024-01-12 16:20:08 +01:00
TableModel.py 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
__init__.py First commit of Model file 2023-07-27 12:02:41 +02:00
acoustic_data_loader.py depth_2D and J_cross_section parameters are computed for all acoustic recordings uploaded in AcouSed. 2024-11-14 12:16:29 +01:00
acoustic_data_loader_UBSediFlow.py 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
acoustic_inversion_method_high_concentration.py 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
calibration_constant_kt.py Calibration constant kt is read from a external excel file. This file has several sheet for different calibration. The user can add sheet. 2024-11-04 10:54:57 +01:00
create_table_for_save_as.py The study can be saved to a file (.acd) and the saving process can be updated. 2024-11-15 12:35:04 +01:00
granulo_loader.py The sediment calibration tab is added to the software AcouSed. It includes selection of frequency, fine and sand sediments, linear interpolation of the profile of fine sediments concentration, computation of parameter ks, sv, X, alphaS and zeta. 2024-07-24 21:59:35 +02:00
read_table_for_open.py 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
update_table_for_save.py The study can be saved to a file (.acd) and the saving process can be updated. 2024-11-15 12:35:04 +01:00