Skip to main content

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

To build from source

Be sure you already have installed the package setuptools, otherwise install it using:

$ pip install setuptools

Download the package from the gitlab link: https://gitlab.com/jacabello/dpivsoft_python/-/archive/master/dpivsoft_python-master.zip

or clone using git

$ 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:

$ 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:

$ pip install Installable_Name

Install directly using pip (not ready yet)

Alternatively DPIVSoft can be installed using PyPI: https://the_pip_domain:

$ pip install dpivsoft

Learning to use DPIVSoft

In the distribution there are included tutorials and examples of how to compute PIV on source_folder/Examples

Developing DPIVSOFT

To install dpivsoft, along with the tools that you need to develop and run test, run the following line in your virtualenv:

$ pip install -e.[dev]

Contributors

  1. Jorge Aguilar-Cabello

Akcnowledgment

  1. Patrice Meunier
  2. Thomas Leweke
  3. Raul Infantes-Sainz
  4. Luis Parras
  5. Carlos del Pino

How to cite this work

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dpivsoft-0.0.1.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distribution

dpivsoft-0.0.1-py3-none-any.whl (1.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page