Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippemiron/pypiv
Particle image velocimetry (PIV) learning software
https://github.com/philippemiron/pypiv
Last synced: about 2 months ago
JSON representation
Particle image velocimetry (PIV) learning software
- Host: GitHub
- URL: https://github.com/philippemiron/pypiv
- Owner: philippemiron
- License: mit
- Created: 2015-06-17T14:52:40.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T23:43:29.000Z (over 3 years ago)
- Last Synced: 2024-02-17T13:31:32.491Z (10 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_piv - philippemiron / pypiv
README
# pypiv
## Simple PIV script
I built this to understand Particle Image Velocimetry (PIV) and how commercial softwares calculate velocity fields from particle images. Theses scripts use numpy library to evaluate the correlation using bidimensional fast fourrier transfert.
## How does it work?
1. image.py: generate double frame images of particles with a analytical velocity fields (set dx, dy)
2. piv.py: retrieve a window from both images and calculate the correlation (and the its peak) to evaluate the displacement (should retrieve dx, dy!)