Metadata-Version: 2.1
Name: cavitometer-deconvolve
Version: 0.0.1
Summary: Hydrophone voltage to pressure conversion
Home-page: https://github.com/blebon/cavitometer-deconvolve
Author: Bruno Lebon
Author-email: Bruno.Lebon@brunel.ac.uk
License: UNKNOWN
Description: # Cavitometer Deconvolve
        
        Cavitometer Deconvolve is a small library that converts hydrophone voltages into pressures using frequency dependent
        sensitivity values. The library also supports voltage corrections due to pre-amplifiers.
        
        ## Installation
        ```bash
        pip install cavitometer-deconvolve
        ```
        
        ## Usage
        See [docs/examples.rst](https://github.com/blebon/cavitometer-deconvolve/blob/master/docs/examples.rst) 
        for usage examples.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
