Skip to content

DOPpy v2.11

Compare
Choose a tag to compare
@pyZerrenner pyZerrenner released this 14 Dec 01:20
· 16 commits to master since this release
929dc3e

Original release: 2018-10-19

This release was mainly motivated by the need to change some parameters in post, namely the speed of sound. The value can now be replaced during the reading process and is subsequently used to correctly calculate other data such as the velocity.

Since this update no new version has been finished. We are now up-to-date!

Changelog v2.11:

  • Corrected processing of the DOP3000 'aquisitionRate'-parameter.
  • The methods DOPBase._read and DOPBase._refine now raise an exception if they are called directly or are not redefined by a subclass.
  • Added the ability to replace parameter values from the file. See the DOP docstring for details.