https://github.com/jruebsam/pypiv
PyPIV is a python libary for Particle Image Velocimetry
https://github.com/jruebsam/pypiv
Last synced: 3 months ago
JSON representation
PyPIV is a python libary for Particle Image Velocimetry
- Host: GitHub
- URL: https://github.com/jruebsam/pypiv
- Owner: jruebsam
- License: bsd-3-clause
- Created: 2016-09-21T14:48:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T08:28:26.000Z (about 3 years ago)
- Last Synced: 2025-03-08T21:49:12.848Z (4 months ago)
- Language: Python
- Homepage:
- Size: 17.9 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome_piv - jruebsam / pypiv - pixel package) ![python] (3. PIV analysis)
README
Welcome to PyPIV!
=================PyPIV is a python library for Particle Image Velocimetry (PIV), including pre and postprocessing functions.
For a closer look of the functionality take a look at the [official webpage](https://jruebsam.github.io/pypiv/ "PyPIV Homepage") of this library
where you can find the Documentation and Examples.Install
-------The installation can be performed directly from the git repository, a PIP package will be supported
in the future.git clone https://github.com/jr7/pypiv.git
python setup.py build
python setup.py installBuilding PyPIV requires the following software installed:
1. Python 2.7.x currently this library is only supported on Python 2.7.x support for Python 3.x will come in the future.
2. Numpy 1.12.x
3. SciPy 0.18.0
4. PyFFTW 0.10.3
5. Cython 0.23.4 optional for the use of cubic interpolation in window deformation methods