DOPpy v2.11
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
andDOPBase._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.