Compare commits

..

9 Commits

Author SHA1 Message Date
MOUDJED Brahim fbc46f3344 Update README.md 2025-03-19 15:59:21 +01:00
MOUDJED Brahim 43d586bf05 Update README.md 2025-03-19 15:58:55 +01:00
MOUDJED Brahim 089a7657ab Update README.md 2025-03-19 15:57:59 +01:00
MOUDJED Brahim 0eb10fea10 Update README.md 2025-03-19 15:55:03 +01:00
MOUDJED Brahim d3afd2900e Update README.md 2025-03-19 15:51:59 +01:00
MOUDJED Brahim f1b196dba2 Update README.md 2025-03-19 15:50:41 +01:00
MOUDJED Brahim a877cf86d7 Update README.md 2025-03-19 15:50:12 +01:00
MOUDJED Brahim 9e7f34238e Update README.md 2025-03-19 15:49:25 +01:00
MOUDJED Brahim 887a152fff Update README.md 2025-03-19 15:47:37 +01:00
1 changed files with 62 additions and 6 deletions

View File

@ -2,7 +2,9 @@
AcouSed for **Acou**stic Backscattering for Concentration of Suspended **Sed**iments in Rivers is a software developped by INRAE, in collaboation with CNR. AcouSed for **Acou**stic Backscattering for Concentration of Suspended **Sed**iments in Rivers is a software developped by INRAE, in collaboation with CNR.
![](icons/Logo-INRAE.jpg) <p>
<img src="logos/AcouSed.png" align="center" width=20% height=20% >
</p>
It is divided in six tabs: It is divided in six tabs:
- Acoustic data : acoustic raw data are downloaded and visualised - Acoustic data : acoustic raw data are downloaded and visualised
@ -13,14 +15,39 @@ It is divided in six tabs:
## Installation ## Installation
### Standalone software
AcouSed can be launched with python installation. An executable is available on [River Hydraulics](https://riverhydraulics.riverly.inrae.fr/outils/logiciels-pour-la-mesure/acoused) teams website.
The user needs to download the folder "acoused-packaging" including :
- icons and logos folder
- _internal folder (python packages)
- executable file
- calibration constant file
- documentation
Acoused.exe file must be launched from this folder.
Test data can be dowloaded from the [INRAE nextcloud](https://nextcloud.inrae.fr/s/3zZdieztrx7nwYa)
### Python environment
Acoused is developped for Linux and Windows on Python version 3.8 or Acoused is developped for Linux and Windows on Python version 3.8 or
greater. By default, Acoused is developped with Pypi package greater. By default, Acoused is developped with Pypi package
dependencies, but is also possible to use Guix package manager to run dependencies, but is also possible to use Guix package manager to run
Acoused. Acoused.
### **TODO** Windows #### Windows
### Linux You can use Pypi to get correct software environment and run the
program.
```shell
python -m venv env
env\Scripts\activate.bat
python -m pip install -U -r ..\virtualenv\requirements.txt
python main.py
```
#### Linux
You can use Pypi to get correct software environment and run the You can use Pypi to get correct software environment and run the
program. program.
@ -32,7 +59,7 @@ program.
python3 main.py python3 main.py
``` ```
### Linux with Guix #### Linux with Guix
To run Acoused within a [GNU Guix](https://guix.gnu.org/) software To run Acoused within a [GNU Guix](https://guix.gnu.org/) software
environment, you need Guix installed on your computer and run the environment, you need Guix installed on your computer and run the
@ -62,15 +89,44 @@ script `guix.sh` to run the program.
If you have any questions or suggestions, please contact us to celine.berni@inrae.fr and/or jerome.lecoz@inrae.fr. If you have any questions or suggestions, please contact us to celine.berni@inrae.fr and/or jerome.lecoz@inrae.fr.
## Acknowledgment (Funding) ## Acknowledgment
This study was conducted within the [Rhône Sediment Observatory](https://observatoire-sediments-rhone.fr/) (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).
<p>
<img src="logos/OSR.png" align="center" width=10% height=10% >
</p>
## Industrial partners
[CNR](https://www.cnr.tm.fr/)
<p>
<img src="logos/CNR.png" align="center" width=10% height=10% >
</p>
[UBERTONE](https://ubertone.com/)
<p>
<img src="logos/Ubertone.jpeg" align="center" width=10% height=10% >
</p>
[EDF](https://www.edf.fr/hydraulique-isere-drome)
<p>
<img src="logos/EDF.png" align="center" width=10% height=10% >
</p>
This study was conducted within the [Rhône Sediment Observatory](https://observatoire-sediments-rhone.fr/) (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 ## License
AcouSed AcouSed
Copyright (C) 2024-2025 - INRAE Copyright (C) 2024-2025 - INRAE
<p>
<img src="logos/BlocMarque-INRAE-Inter.jpg" align="center" width=10% height=10% >
</p>
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 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. 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.