Go to file
Pierre-Antoine 571ac20d37 Acoustic data: refactoring plot and fix #17. 2025-03-12 16:36:53 +01:00
Model SQL: Remove unused logs. 2025-03-11 14:39:22 +01:00
Translation 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
View Acoustic data: refactoring plot and fix #17. 2025-03-12 16:36:53 +01:00
icons Start Pierre Antoine - Brahim 2025-03-03 12:01:58 +01:00
virtual_env First commit of virtual_env folder. It includes only requirements.txt file to list installed packages 2023-07-27 12:10:24 +02:00
virtualenv astropy library is added 2025-03-04 14:39:53 +01:00
.editorconfig git: Add '.editorconfig' and update '.gitignore'. 2025-03-03 11:48:14 +01:00
.gitignore git: Add '.editorconfig' and update '.gitignore'. 2025-03-03 11:48:14 +01:00
ABS_calibration_constant_kt.xlsx Start Pierre Antoine - Brahim 2025-03-03 12:01:58 +01:00
AcouSed_UserManual.pdf Start Pierre Antoine - Brahim 2025-03-03 12:01:58 +01:00
Acoustic_Inversion_theory.pdf Start Pierre Antoine - Brahim 2025-03-03 12:01:58 +01:00
LICENSE Add LICENSE 2024-11-26 17:22:22 +01:00
README.md README.md: Minor change. 2025-03-12 11:17:16 +01:00
Tutorial_AQUAscat_software.pdf Start Pierre Antoine - Brahim 2025-03-03 12:01:58 +01:00
guix.sh git: Add Guix script and manifest. 2025-03-03 11:39:35 +01:00
main.py The user can reload signal processing after acoustic data boundaries values modification without crash #8 2025-03-11 11:39:09 +01:00
manifest.scm git: Update project depencencies to fix #5. 2025-03-04 13:35:10 +01:00
requirements.txt git: Update project depencencies to fix #5. 2025-03-04 13:35:10 +01:00
settings.py Start Pierre Antoine - Brahim 2025-03-03 12:01:58 +01:00
tags.sh git: Add script 'tags.sh' for emacs tags file. 2025-03-03 11:45:37 +01:00

README.md

AcouSed

AcouSed for Acoustic Backscattering for Concentration of Suspended Sediments in Rivers is a software developped by INRAE, in collaboation with CNR.

It is divided in six tabs:

  • Acoustic data : acoustic raw data are downloaded and visualised
  • Signal preprocessing : acoustic raw signal is preprocessed with filters
  • Sample data : fine and sand sediments samples data are downloaded and visualised
  • Calibration : calibration parameter are computed
  • Inversion : inversion method is calculated to provide fine and sand sediments fields

Installation

Acoused is developped for Linux and Windows on Python version 3.8 or greater. By default, Acoused is developped with Pypi package dependencies, but is also possible to use Guix package manager to run Acoused.

TODO Windows

Linux

You can use Pypi to get correct software environment and run the program.

  python3 -m venv venv
  source ./venv/bin/activate
  python3 -m pip install -r requirement.txt
  python3 main.py

Linux with Guix

To run Acoused within a GNU Guix software environment, you need Guix installed on your computer and run the script guix.sh to run the program.

  ./guix.sh

  # If you need sqlitebrowser, use this command
  guix shell sqlitebrowser -- ./guix.sh

Support files & References

Authors & Contacts

  • Brahim MOUDJED 2022-2025 (INRAE)
  • Pierre-Antoine ROUBY 2025 (TECC)

If you have any questions or suggestions, please contact us to celine.berni@inrae.fr and/or jerome.lecoz@inrae.fr.

Acknowledgment (Funding)

This study was conducted within the Rhône Sediment Observatory (OSR), a multi-partner research program funded through the Plan Rhône by the European Regional Development Fund (ERDF), Agence de lEau RMC, CNR, EDF and three regional councils (Auvergne-Rhône-Alpes, PACA and Occitanie). It was also support by CNR.

License

AcouSed Copyright (C) 2024-2025 - INRAE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.