Surface NMR processing and inversion GUI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Irons 10ec1e85f8
Create LICENSE
преди 6 години
akvo Akvo changes for kernel calculation (#1) преди 6 години
INSTALL.txt test mirror push преди 6 години
LICENCE LICENSE file change for GitHub преди 6 години
LICENSE Create LICENSE преди 6 години
README.md Clean up README after mirror issues have been rectified преди 6 години
_config.yml Set theme jekyll-theme-leap-day преди 6 години
akvologo.svg Pulled SVN into GIT. преди 6 години
bir.sh Pulled SVN into GIT. преди 6 години
pyuic.json Pulled SVN into GIT. преди 6 години
setup.py Akvo changes for kernel calculation (#1) преди 6 години

README.md

Akvo

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.

The bleeding-edge code may be accesed using the git client

git clone https://git.lemmasoftware.org/akvo.git  

or, using our GitHub mirror

git clone https://github.com/LemmaSoftware/akvo.git  

Installation

Installation is straightforward. The only prerequisite that is sometimes not properly handled is PyQt5 which needs to be manually installed.

python3 setup.py build 
python3 setup.py install

Team

Akvo is developed by several teams including the University of Utah.

Capabilities

Akvo currently has preprocessing capabilities for VistaClara GMR data.

Benefits

Processing steps are retained and logged in the processed file header, which is written in YAML. This allows data processing to be repeatible, which is a major benefit.

Languages

Akvo is written primarily in Python 3, but has components written in R as well. The graphical user unterface is written in PyQt5. An interface to modelling software written in C++ is in development.