Extract and analyze Acoustic Emission measurement data
Project description
Vallen AE Python Tools
Python tools to extract and analyze Acoustic Emission measurement data:
- vallenae.io: Reading (and writing) of Vallen Systeme SQLite database files (*.pridb, *.tradb, *.trfdb)
- vallenae.features: Extraction of Acoustic Emission features
- vallenae.timepicker: Timepicking algorithms for arrival time estimations
Documentation
For full documentation and examples, please visit http://pyvallenae.rtfd.io.
Installation
Install the latest version from PyPI:
pip install vallenae
Please note, that vallenae
requires Python 3.6 or newer. On Linux systems, pip
is usually mapped to Python 2, so use pip<version>
(e.g. pip3
or pip3.7
) instead. Alternatively, you can run pip
from your specific Python version with python<version> -m pip
.
Contributing
Feature requests, bug reports and fixes are always welcome!
After cloning the repository, you can easily install the development environment and tools (pylint, mypy, pytest, tox) with:
git clone https://github.com/vallen-systems/pyVallenAE.git
cd pyVallenAE
pip install -e .[dev]
And run the test suite with tox:
tox
The documentation is built with sphinx:
cd docs
sphinx-build . _build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file vallenae-0.2.2.tar.gz
.
File metadata
- Download URL: vallenae-0.2.2.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6e55b9ba294012479612da99b7da321aa5000e8d122e7ffa18de4bc4aa7f7214
|
|
MD5 |
1d07ad2a143fbc84a5ea9c835056476a
|
|
BLAKE2b-256 |
3ef9d7f6c1363af4b820d467de13d99393861693c91c56b751aa6bc4a5506f42
|