No project description provided
Project description
# DPIVSoft python
DPIVSoft is an open PIV algorithm developed by Thomas Leweke and Patrice Munier. The original source of DPIVSoft for Matlab enviorement is accesible at the following link: <https://www.irphe.fr/~meunier/>. This project tries to migrate the original source to a python enviorement and also add the capabilites of GPU computing using OpenCL.
DPIVSoft consist in Python and OpenCL modules for scripting and executing the analysis of 2D PIV image pairs. At current state some Python knowledge is needed to use this software. A graphic user interface is planned to be added to make the software more accesible to people without programming skills.
## Warning
The DPIVSoft Python version is still in it’s beta state. This means that it can have some bugs and the API may change. However, testing and contributing is very welcome.
## Installing Note: DPIVSoft is only compatible with Python 3.7, 3.8 & 3.9
### Using PYPI DPIVSoft can be installed using PyPI from: <https://pypi.org/project/dpivsoft/>. In order to install just need to use the following command line:
`bash $ pip install dpivsoft `
### Build from source Alternatively DPIVSoft can ge installed from source. In orther to do that, be sure you already have installed the package setuptools, otherwise install it using:
`bash $ pip install setuptools `
Clone the GitLab reposistory using:
`bash $ git clone https://gitlab.com/jacabello/dpivsoft_python.git `
For the global installation, first step is go to the source folder and generate an installable using the following command:
`bash $ python setup.py sdist `
If everithing is fine, a folder named “dist” must have been created. Install the installable generated inside “dist” folder by using:
`bash $ pip install Installable_Name `
## Learning to use DPIVSoft There are tutorials and examples of how to compute PIV included with this package on source_folder/Examples
# Developing DPIVSOFT
Note: In this early state, there is not any test available yet.
To install dpivsoft, along with the tools that you need to develop and run test, run the following line in your virtualenv:
`bash $ pip install -e.[dev] `
## Contributors
[Jorge Aguilar-Cabello](https://gitlab.com/jacabello)
## Akcnowledgment
Patrice Meunier
Thomas Leweke
[Raul Infante-Sainz](https://gitlab.com/infantesainz)
[Luis Parras](https://gitlab.com/lparras)
Carlos del Pino
## How to cite this work
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
Built Distribution
File details
Details for the file dpivsoft-0.2.0.tar.gz
.
File metadata
- Download URL: dpivsoft-0.2.0.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cca55c2c2c3bd30039d9567fa7c14f44208699099cf8b0448c93beef9eb5a100 |
|
MD5 | 17cc659628d2185e6425224ab524fc60 |
|
BLAKE2b-256 | 76eea4c1d84206a526e2a5446fe0e0a4d13f6c2ba727cea50685fb435a03f55e |
File details
Details for the file dpivsoft-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: dpivsoft-0.2.0-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3bbd4379d77f24e6b10b7ba7582bbdc7ef8105b6f706cd666cc884ee2089730 |
|
MD5 | 2a61493d846178ed9f7331179b2e88e5 |
|
BLAKE2b-256 | d9c9d1836a27daced05bce544d584a69601ad168e5b9c362429a8f9fdf1d611e |