ErichZimmer / Fluidity

A Python GUI for Digital Particle Image Velocity (DPIV)
GNU General Public License v3.0
6 stars 4 forks source link

Add synthetic image generator based on PIVlab or synimagegen #3

Closed ErichZimmer closed 2 years ago

ErichZimmer commented 2 years ago

Create a notebook tab/rider for synthetic image generation with different parameters similar to PIVlab. User might like this for testing that their FFT library works or other softwares.

ErichZimmer commented 2 years ago

Maybe even add a RMS and bias error calculator/plot generator.

ErichZimmer commented 2 years ago

I combined PIVlab and OpenPIV's synimagegen to create a SIG for more convenience when creating large batches (>1000) of images. It's pretty slow because of python being interpreted, so a Pythran version is on the works.