pyudv is a python package allowing to read and process UDV data. The main modules are:
pyudv.read_mfprof, which helps you read binary files from Met-Flow UDVspyudv.geometry, which helps you plot deal with multiple probe arragments, calculate the intersection points, reconstruct 2D velocity fields, etc ..pyudv.amplitude, which helps you infer concentration from amplitude measurements
Warning
Although tested, this is still in development, use with caution. Feedbacks welcome.
Using pip3 install --upgrade https://github.com/cgadal-pythonpackages/pyudv/tarball/master
- clone the repository, e.g.
git clone https://github.com/cgadal-pythonpackages/pyudv cd pyudv && pip3 install -e ./will install in editable mode.