A set of Python utilities for working with experimental fluid mechanics data
- numpy
- matplotlib
- scikit-image
Parts of the package may not work if the following are not installed
- scikit-learn
- multiprocessing
- openpiv-python
Install directly from GitHub using
pip install git+git://github.com/williamgilpin/swimpy
boundary_contour_tools
contains functions for interpolating a velocity field onto a segmented boundaryprocess_images
contains various utilities for working with experimental imagesprocess_vfields
contains various utilities for working with velocity data sets generated by PIVpiv_series_tools
contains various utilities for working with directories of velocity data associated with discrete images in an experimental time seriestime_series_tools
contains various utilities for working with directories of experimental dataswimpy.plt_fmt
contains various helper functions for plotting and manipulating graphs and images
The structure of this code will be refined until the 1.0 release is complete