An open API service indexing awesome lists of open source software.

https://github.com/fabricios/libim7

Python interface to PIV file formats from LaVision
https://github.com/fabricios/libim7

fluid-dynamics imaging python wrapper

Last synced: about 1 year ago
JSON representation

Python interface to PIV file formats from LaVision

Awesome Lists containing this project

README

          

Installation
------------

On unixes, it requires the zlib library (will be linked) and a C compiler to be
able to build LaVision source files.
Then simply type
user@computer:libim7$ python setup.py build
or
user@computer:libim7$ python setup.py install

On windows, as zlib is rarely installed, it is compiled here using scons