shoot.acoustic.ProfileAcous#
- class shoot.acoustic.ProfileAcous(profile, depth)[source]#
Acoustic parameters for a single sound speed profile
Computes acoustic properties (local maxima/minima, surface duct thickness, deep minimum, etc.) from a sound speed profile.
- Parameters:
profile (xarray.DataArray) – Sound speed profile.
depth (xarray.DataArray) – Depth coordinate for the profile.
- ilmax#
Indices of local maxima in the profile.
- Type:
ndarray
- ilmin#
Indices of local minima in the profile.
- Type:
ndarray
- __init__(profile, depth)[source]#
Initialize acoustic profile analyzer
- Parameters:
profile (xarray.DataArray) – Sound speed profile.
depth (xarray.DataArray) – Depth coordinate for the profile.
Methods
Attributes