Surface NMR processing and inversion GUI
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Trevor Irons 02a840118a 1.0.13 update to GUI for formatting 5 anos atrás
akvo 1.0.13 update to GUI for formatting 5 anos atrás
INSTALL.txt Update install.txt and test of hook 6 anos atrás
LICENCE LICENSE file change for GitHub 6 anos atrás
LICENSE Create LICENSE 6 anos atrás
README.md added publish script for PIP 5 anos atrás
_config.yml Set theme jekyll-theme-leap-day 6 anos atrás
akvologo.svg Pulled SVN into GIT. 6 anos atrás
bir.sh Pulled SVN into GIT. 6 anos atrás
publish.sh 1.0.13 update to GUI for formatting 5 anos atrás
pyuic.json Pulled SVN into GIT. 6 anos atrás
setup.py 1.0.13 update to GUI for formatting 5 anos atrás

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 sometimes needs to be manually installed.

python3 setup.py build 
python3 setup.py install

Alternatively, release versions can be installed via pip

pip install akvo

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. The graphical user unterface is written in PyQt5. An interface to modelling software written in C++ (Lemma and Merlin) is in development.