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
- Host: GitHub
- URL: https://github.com/fabricios/libim7
- Owner: FabricioS
- License: other
- Created: 2010-12-17T03:04:13.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T15:05:36.000Z (over 8 years ago)
- Last Synced: 2023-10-20T19:47:18.029Z (over 2 years ago)
- Topics: fluid-dynamics, imaging, python, wrapper
- Language: C
- Homepage: https://launchpad.net/libim7
- Size: 1.64 MB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: License.txt
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