A tool suite containing the firmware and software packages for the operation, control and data acquisition, preprocessing, and transfer onboard a LAGO water Cherenkov detector. It includes all the necessary files for operating peripherals (such as GNSS and atmospheric sensors).
Request Feature
·
Report Bug
·
Contact us
ACQUA is currently under continuous development. This version (ACQUA v1) is targeted for the old NEXYS-II-based DAQ. Its usage is now (2023) strongly deprecated and could not work on modern operating systems.
Please consider moving to the new ACQUA adquisition system based on the RedPitaya board (look for branches ACQUA v2 or later in this repository.
When using ACQUA v1, please cite the reference reported below:
Miguel Sofo-Haro and Horacio Arnaldi, "The data acquisition system of the Latin American Giant Observatory (LAGO)". Nuclear Instruments and Methods in Physics Research A, 820, 34--39 (2016), doi:10.1016/j.nima.2016.02.101. (bibtex)
ACQUA v1 main crontributors are Dr M. Sofo Haro, Dr H. Arnaldi, Dr X. Bertou and Dr H. Asorey, for the LAGO Collaboration.
- If you are using git, just clone this repository:
Otherwise, you can also directly download ACQUA without using git (in this case, you should reinstall ACQUA for every upgrade):
cd /path/to/acqua/installation git clone https://github.com/lagoproject/acqua.git
cd /path/to/acqua/installation wget -c https://github.com/lagoproject/acqua/archive/refs/heads/master.zip unzip master.zip rm master.zip
- For compiling and configuring see the corresponding installation guidelines.
ACQUA is continuously used, revised and updated within the LAGO Collaboration.
Unless you are a developer, we recommend to use only the ACQUA version corresponding to your WCD setup.
Clone and install ACQUA from dev
or dev-*
branches is strongly discouraged, as these branches are used for testing, bug correction and for the development of new features.
If you are using git
, you can update ACQUA just by doing:
cd /path/to/ACQUA/installation/
git pull
make
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
ACQUA is distributed under the BSD-3 License. See the LICENCE for more information.
The ACQUA suite is developed by the LAGO electronics working group. If you need to contact us, please complete our contact form.
ACQUA principal contact: Luis Otiniano (@lotiniano)
Project Link: https://github.com/lagoproject/acqua