mrtbrnz / vecpy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%