pyudv.read_mfprof#

This module allows you to read .mfprof files from Met-Flow UDVs, and extract the contained data.

Functions

amplitude_from_UVPdata

Correct the raw amplitude data as outut of the UVP-DUO.

amplitude_from_mfprof_reading

Calculate the unamplified/corrected echo signal from Data and Parameters dictionnaries as output of read_mfprof, using the function amplitude_from_UVPdata.

mfprof_to_netcdf

Convert a .mfprof file to a netCDF file.

read_mfprof

Read .mfprof binary files of the Met-Flow UDV.

velocity_from_UVPdata

Calculate velocity from UDV raw data.

velocity_from_mfprof_reading

Calculate velocity from Data and Parameters dictionnaries as output of read_mfprof, using the function velocity_from_UVPdata.

write_dictionnary

Write parameter dictionnary to a .txt file.