Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Python based package for manipulation and presentation of PIV (particle image velocimetry) results.

License

ronshnapp/vecpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this repository for?

This repository contains the code of a Python based module that is made for the sake of working with .vec file. these are PIV result files that are generated by the insight program.

How do I get set up?

to start working just download the code and run the init.py script file. this script imports all the other code needed for running the program properly. also, given a proper path destination and a file name of an example .vec file, this script will generate example plots.

How to test?

From a command line just use:

nosetests

How to help?

Read the ToDo file and pick one item to program. Use Fork-Develop-Pull Request model to contribute

How to write tutorials and add those to the documentation

Using great tutorial http://sphinx-ipynb.readthedocs.org/en/latest/howto.html we now can prepare IPython notebooks (see in /docs/source) and convert those to .rst files, then

python setup.py build_sphinx

generates html directory with the documentation ready

About

Python based package for manipulation and presentation of PIV (particle image velocimetry) results.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published