[ANN]: OpenPiv. A python package for PIV image analysis

Hi all, I am pleased to announce the re-birth of OpenPiv, a python package for the analysis of PIV images. PIV is a well established optical measurement technique for fluid flows. The package has the goal of provide an implementation of state-of-the-art processing algorithms, and compete with commercial closed-source software packages. OpenPiv is in alpha state and several thing has to be done. However, the code is already usable and a pure python implementation of the standard cross-correlation algorithm is already available. OpenPiv needs developers and contributors, helping in with code and documentation. If you can provide some, and if you are interested in becoming a core developer, please drop us an email at openpiv-develop at lists dot sourceforge dot net. A draft website can be found at www.openpiv.net/python. Thanks for your attention, Davide Lasagna

Le dimanche 24 avril 2011 à 16:53 +0200, Davide a écrit :
Hi all, I am pleased to announce the re-birth of OpenPiv, a python package for the analysis of PIV images. PIV is a well established optical measurement technique for fluid flows. The package has the goal of provide an implementation of state-of-the-art processing algorithms, and compete with commercial closed-source software packages. OpenPiv is in alpha state and several thing has to be done. However, the code is already usable and a pure python implementation of the standard cross-correlation algorithm is already available. OpenPiv needs developers and contributors, helping in with code and documentation. If you can provide some, and if you are interested in becoming a core developer, please drop us an email at openpiv-develop at lists dot sourceforge dot net. A draft website can be found at www.openpiv.net/python.
Thanks for your attention,
Davide Lasagna
Hi Davide Investigations in fluid mechanics lead me to build a few months a wrapper on the I/O functions from Davis (LaVision), a commercial solution used to handle the complete procedure from camera calibration to postprocessing velocity fields. I had to postprocess previous measurements stored in Davis format to a deeper analysis than their software allows, so that I needed a tool able to read data from their (almost documented) format. The solution I found googling were not satisfying at the moment. For example, PIVMAT [2] only worked for 2D fields and we were dealing with 3D flows and Stereoscopic PIV. After speaking with it author, it appears that it would require too much work to support the third component in a decent way. The ctypes-based wrappers are available here https://launchpad.net/libim7 https://github.com/FabricioS/libim7 It is a quite dumb piece of code, but it allows to extract images or velocity fields from binary files (extensions im7, imx and vc7), avoiding some of the traps in the extraction of the data. I would be happy if you consider useful this tool within OpenPIV. It would also be possible to change the ctype dependance to cython... Best regards [1] http://www.lavision.de/en/products/davis.php [2] http://www.fast.u-psud.fr/pivmat/ -- Fabrice Silva
participants (2)
-
Davide
-
Fabrice Silva