Commit Graph

139 Commits (0c141b8d247b795e5a1a2c699c813dd088164be0)

Author SHA1 Message Date
Pierre-Antoine ba0557294e Inversion: Refactoring 'save_result_in_excel_file' method. 2025-03-11 14:19:18 +01:00
Pierre-Antoine 12fea4e182 Merge branch 'dev-parouby' into dev 2025-03-11 11:37:22 +01:00
Pierre-Antoine a5268c6214 Sample data: Fix #29. 2025-03-11 11:35:52 +01:00
Pierre-Antoine 2697acddfe Sample data: Refactoring some functions. 2025-03-11 10:20:18 +01:00
Pierre-Antoine b7ae9dfe69 Sediment calibration: Some refactoring and fix #6. 2025-03-10 15:48:00 +01:00
Pierre-Antoine 0ce60afd04 Sediment calibration: Skip crash compute button without data. 2025-03-10 15:17:19 +01:00
Pierre-Antoine 86b9f85ec6 Sediment calibration: Skip somme crash and refactoring. 2025-03-10 15:14:09 +01:00
brahim 6de578a07e time noise and depth noise variable are used instead of time and depth to avoid size incompatibility #9 2025-03-10 15:12:49 +01:00
Pierre-Antoine 5eb78b812d Fix interpolate button action without correct data. 2025-03-10 14:43:36 +01:00
brahim 320971160d Plot of SNR field is corrected when the user set a profile tail level #4 2025-03-10 14:30:45 +01:00
Pierre-Antoine 8f7e679598 Sediment calibration: Refactoring method 'interpolate_Mfine_profile'. 2025-03-10 14:23:29 +01:00
Pierre-Antoine 6628d610de Sediment calibration: Refactoring __init__ and minor change. 2025-03-10 12:05:07 +01:00
Pierre-Antoine b26d8a2906 Fix note tab click on 'edit settings' button #10. 2025-03-06 14:13:35 +01:00
Pierre-Antoine 52b612ba3e Fix acoustic data loading without selection #3. 2025-03-06 10:47:54 +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 9ecb70b955 plot noise program is cleaned from useless commented lines and useless print 2025-03-05 14:28:00 +01:00
brahim 0879520fd2 mainwindow program is cleaned from useless commented lines and useless print 2025-03-05 14:24:00 +01:00
brahim 80d570796a acoustic inversion tab is cleaned from useless commented lines and useless print 2025-03-05 12:48:45 +01:00
brahim 40d14a2ffb Sediment calibration tab is cleaned from useless commented lines and useless print 2025-03-05 12:02:59 +01:00
brahim d3234bff5d Sample data tab is cleaned from useless commented lines and useless print 2025-03-05 11:50:38 +01:00
brahim f2db89eef8 signal processing tab is cleaned from useless commented lines and useless print 2025-03-05 11:32:21 +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 153b136812 acoustic data tab is cleaned from useless commented lines and useless print 2025-03-04 15:38:20 +01:00
Pierre-Antoine 32f0d143f2 View: Remove useless package 'SvgButton'. 2025-03-03 12:12:14 +01:00
brahim f78d0fabb1 Start Pierre Antoine - Brahim 2025-03-03 12:01:58 +01:00
brahim bc811b03e3 The study can be saved to a file (.acd) and the saving process can be updated. 2024-11-15 12:35:04 +01:00
brahim e5422941e1 stg.lin_reg is converted from tuple to list 2024-11-14 16:43:11 +01:00
brahim 5ec2d0f97f stg.range_lin_interp and stg.M_profile_fine are convert from list to array 2024-11-14 16:15:18 +01:00
brahim a62895d8ad Corrections have been made when the user close the file dialog, to download a file (or select a directory), without selecteting a file (or a folder). 2024-11-14 14:38:53 +01:00
brahim 111bc21d5a depth_2D and J_cross_section parameters are computed for all acoustic recordings uploaded in AcouSed. 2024-11-14 12:16:29 +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 210037165c 'Aquascat-1000R' is replaced by 'AQUAscat' and 'UB-SediFlow' is replace by 'UBSediflow' 2024-11-07 10:58:17 +01:00
brahim 2aebdf3b9b The tabs are updated for UBSediFlow data. 2024-11-07 09:37:32 +01:00
brahim e043c07b94 AcouSed version is changed 2024-11-04 16:33:40 +01:00
brahim 8709e50238 logo INRAE is added on the window about 2024-11-04 16:32:44 +01:00
brahim 728926428a Fine and Sand samples use for calibration are plotted with different colors. These samples are plotted on the vertical profile when the slider value is the same than the calibration profile position. 2024-11-01 21:06:40 +01:00
brahim 2e2ff1984a Calibration samples are displayed with different markers and colors on the concentration fields (fine and sand). 2024-10-31 18:14:57 +01:00
brahim 76c654046a Profile scrolling is done in time with the slider, and not with the number of the profile. That's for all tabs 2024-10-31 13:33:28 +01:00
brahim 8e359a7552 Profile scrolling is done in time with the slider, and not with the number of the profile. 2024-10-31 11:46:51 +01:00
brahim 35c92deeaf Correction of SNR filter and average processing 2024-10-31 10:24:29 +01:00
brahim 86c831e126 User can import calibration to compute inversion 2024-10-29 18:22:26 +01:00
brahim fa479e1dc8 Labels and ticks are added to the acoustic recording plot (for visualize sample position) 2024-10-28 19:01:02 +01:00
brahim 87a83eddb9 The user has two choices to compute noise : from file or from profile tail value. 2024-10-28 17:52:45 +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 5eec52bda9 Distance from ABS to free surface is added so that depth represents distance to the free surace in plots and not distance from transducers. 2024-10-22 17:26:47 +02:00
brahim 5b012d0265 By default, FCB groupbox is disabled. A sentence, is added in FCB option to explain when to use FCB. 2024-10-22 10:55:29 +02:00