diff --git a/mhkit/acoustics/__init__.py b/mhkit/acoustics/__init__.py index e5991651..35cb2b7f 100644 --- a/mhkit/acoustics/__init__.py +++ b/mhkit/acoustics/__init__.py @@ -10,6 +10,9 @@ are available directly from the main import, while the I/O and graphics submodules are available from ``acoustics.io`` and ``acoustics.graphics``, respectively. +The base functions are intended to be used on top of the I/O submodule, and +include functionality to calibrate data, create spectral densities, sound +pressure levels, and time or band aggregate spectral data. """ from mhkit.acoustics import io, graphics