Trevor Irons 5ffc53d16d Github hook test 2 | 3 years ago | |
---|---|---|
akvo | 3 years ago | |
INSTALL.txt | 3 years ago | |
LICENCE | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 3 years ago | |
_config.yml | 6 years ago | |
akvologo.svg | 7 years ago | |
bir.sh | 7 years ago | |
publish.sh | 5 years ago | |
pyuic.json | 5 years ago | |
setup.py | 3 years ago |
Akvo provides processing of surface NMR data. It aims to be simple to use yet flexible for accommodating changes to processing flow. Akvo is written primarily in Python 3 with a small amount of R as well. The application is written around a Qt GUI with plotting provided by Matplotlib. EM functionality is provided by Lemma.
The bleeding-edge code may be accessed using the git client at
git clone http://lemma.codes/LemmaSoftware/Akvo.git
or, using our GitHub mirror
git clone https://github.com/LemmaSoftware/akvo.git
Installation is straightforward. The only prerequisite that is sometimes not properly handled is PyQt5 which sometimes needs to be manually installed, i.e. pip install pyqt5
python3 setup.py build
python3 setup.py install
Alternatively, release versions can be installed via pip
pip install akvo
Akvo is developed by several teams including the University of Utah. If you would like to contribute, please send an email to info(at)lemmasoftware.org.
Akvo currently has preprocessing capabilities for VistaClara GMR data.
Processing steps are retained and logged in the processed file header, which is written in YAML. This allows data processing to be repeatable.
Akvo is truly open source, anyone can access, use, and change the source code.
Akvo is written primarily in Python 3. The graphical user interface is written in PyQt5. An interface to modelling software written in C++ (Lemma and Merlin) is in development.