Go to file
Pierre-Antoine a5268c6214 Sample data: Fix #29. 2025-03-11 11:35:52 +01:00
Model SQL: Minor change. 2025-03-10 17:14:11 +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 Sample data: Fix #29. 2025-03-11 11:35:52 +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: Add some information and global file scheme #27. 2025-03-06 15:49:48 +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 Fix open and save as method (#2 and #18). 2025-03-06 10:13:00 +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

TODO short description

Getting started

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

TODO Documentation

Authors and acknowledgment

Development

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

TODO Funding

License

Copyright (C) ????-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/.