Skip to content

Commit

Permalink
Big update to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Gadal committed Sep 1, 2023
1 parent 28de1ef commit 946ecda
Show file tree
Hide file tree
Showing 293 changed files with 370 additions and 2,563 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# 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.probes`, which helps you plot the various probes, calculate the intersection points, etc ..
- `pyudv.velocity`, which helps you reconstruct 2D velocity fields from the various probes measurements
- `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.
11 changes: 0 additions & 11 deletions docs/_autosummary/pyudv.amplitude.direct_models.alpha_w.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions docs/_autosummary/pyudv.amplitude.direct_models.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_autosummary/pyudv.amplitude.direct_models.sound_velocity.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_autosummary/pyudv.amplitude.inversion.correction_factor.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_autosummary/pyudv.amplitude.inversion.explicit_inversion.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/_autosummary/pyudv.amplitude.inversion.rst

This file was deleted.

34 changes: 0 additions & 34 deletions docs/_autosummary/pyudv.amplitude.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_autosummary/pyudv.helpers.create_arboresence.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_autosummary/pyudv.helpers.moving_std.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_autosummary/pyudv.helpers.moving_std1d.rst

This file was deleted.

37 changes: 0 additions & 37 deletions docs/_autosummary/pyudv.helpers.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_autosummary/pyudv.helpers.uniform_filter.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_autosummary/pyudv.helpers.uniform_filter1d.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_autosummary/pyudv.probes.Probe.plot_probe.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/_autosummary/pyudv.probes.Probe.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_autosummary/pyudv.probes.compute_vertical_axis.rst

This file was deleted.

Loading

0 comments on commit 946ecda

Please sign in to comment.