Metadata-Version: 1.1
Name: sphereTS
Version: 1.0
Summary: Calculates the acoustic target strength of an elastic sphere immersed in a fluid
Home-page: https://bitbucket.org/gjm/spherets
Author: Gavin Macaulay
Author-email: gavin@macaulay.co.nz
License: UNKNOWN
Description: =================================
        Sphere target strength calculator
        =================================
        
        The sphereTS package calculates the acoustic target strength (TS) of elastic spheres immersed in a fluid. It is intended for calculating the TS of the spheres used for calibrating echosounders used for quantitative estimates of marine organism backscatter.
        
        There are two ways to use this package:
        1. Call the functions in the sphereTS.py file from your code and use the results as required
        2. Run sphereTSGUI.py and use the GUI to generate sphere TS estimates
        
        Requirements
        ============
        These packages are required for the non-GUI part:
        
        - NumPy
        - SciPy
        - GSW
        
        and these for the GUI part:
        
        - Matplotlib
        - traits
        - traitsUI
        
        
Keywords: acoustic TS target strength sphere calibration
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
