Commit Graph

29 Commits (1fe6b6a1e15eb86da32520e42f3ce677297d7326)

Author SHA1 Message Date
Pierre-Antoine 1fe6b6a1e1 Acoused: Minor change. 2025-04-23 15:32:01 +02:00
Pierre-Antoine ee4706737e SQL: Remove update class. 2025-04-15 15:41:38 +02:00
Pierre-Antoine 0a60088596 SQL: Add calibration parameters table. 2025-04-15 15:40:11 +02:00
brahim 2dd387e8ac User Manual is replaced by Tuto acoused 2025-03-26 15:19:49 +01:00
Pierre-Antoine 5631a25b51 MainWindow: Minor change. 2025-03-25 15:35:03 +01:00
Pierre-Antoine 11ced0a263 Mainwindow: Minor change. 2025-03-17 10:44:49 +01:00
Pierre-Antoine 5cf87a5e7b Mainwindow: Fix table export. 2025-03-17 10:41:38 +01:00
Pierre-Antoine 43ed93584f Mainwindow: Set translate button to disabled. 2025-03-12 11:05:30 +01:00
Pierre-Antoine 607aed3f11 Mainwindow: 'save' call 'save_as' when study are never saved before. 2025-03-12 10:49:04 +01:00
Pierre-Antoine 5ebd842346 Fix open and save as method (#2 and #18). 2025-03-06 10:13:00 +01:00
Pierre-Antoine 4af3c4c9ea Fix #7 with exception handler. 2025-03-06 09:18:04 +01:00
Pierre-Antoine b80e0f3c8e Merge branch 'dev-parouby' into dev 2025-03-05 15:40:00 +01:00
brahim 0879520fd2 mainwindow program is cleaned from useless commented lines and useless print 2025-03-05 14:24:00 +01:00
Pierre-Antoine 3e5ef5d2bc Mainwindow: Revert 'sqlitebrowser' QProcess to Popen (run as async). 2025-03-05 11:22:06 +01:00
Pierre-Antoine 9c5b76e451 Mainwindow: Fix #11 pdf file open, use QDesktopServices instead of open cmd. 2025-03-05 09:40:18 +01:00
Pierre-Antoine 769fd8581e Mainwindow: Fix #7 sqlitebrowser call with QProcess. 2025-03-05 09:27:54 +01:00
brahim f78d0fabb1 Start Pierre Antoine - Brahim 2025-03-03 12:01:58 +01:00
brahim 8703d0676e The name of the saved file is written in the window title. 2024-11-12 15:58:47 +01:00
brahim ffcc3e6eff kt corrected values are read from a file in the settings. The file can include differents same ABS (that is to say with different serial number). 2024-10-24 16:53:35 +02:00
brahim b15705ebb7 User Manual tab is deleted. The user manual is added with a pdf which can be opened by clicking on action menu -> Help -> User Manual. 2024-10-09 10:49:05 +02:00
brahim f32cefc345 Main window title is modified from MainWindow to AcouSed - unsaved file. 2024-10-01 13:09:39 +02:00
brahim 2aae88e0b5 Minor correction on the export of table of acousic backscatter value 2024-09-19 15:40:59 +02:00
brahim dfbc91c9ec Menu Help --> About : open a new window to display information of AcouSed, in particular, the logo, the version and the date. Licence, Copyright and Suport buttons are added. The user can click on each button to open a new window with the related information. 2024-09-17 11:09:27 +02:00
brahim 5493f92832 The user can export raw acoustic backscatter data, displayed in the table of values, to csv file. Each acoustic file is exported to a csv file with the following default name : Table_ + name_of_file_aqa. 2024-09-16 11:57:32 +02:00
brahim c38188f96e Sqlite Browser can be open from Tools in the general tool bar of the software. 2024-09-13 17:05:47 +02:00
brahim 825b5aa9bb A context menu is added. Update Table for Save action created. 2024-06-03 15:26:09 +02:00
brahim 4d8000993d Context menu is added. 2024-05-06 16:08:31 +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 ddb4f7f7a9 First commit of View file 2023-07-27 12:07:40 +02:00