Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 823 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 823 Bytes

pyudv

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 UDVs
  • pyudv.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.

Installation

User only

Using pip3 install --upgrade https://github.com/cgadal-pythonpackages/pyudv/tarball/master

If code or development

  • clone the repository, e.g. git clone https://github.com/cgadal-pythonpackages/pyudv
  • cd pyudv && pip3 install -e ./ will install in editable mode.